@charset "shift_jis";

/* -------------------------------------------------------------

[1] レイアウトに関する指定
[2] ヘッダーブロック内に関する指定
[3] コンテンツブロック内に関する指定
[4] サイドバーブロック内に関する指定
[5] フッターブロック内に関する指定
[6] CSSデザインサンプルリンク指定

----------------------------------------------------------------
CSSデザインサンプ [ URL ] http://www.css-designsample.com
------------------------------------------------------------- */


/* 一括で全ての要素の余白をゼロに指定 */
* {
  margin: 0;
  padding: 0;
}

/* 全体的なリンク */

a:link,
a:visited,
a:hover,
a:active { }

a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited { }
a:hover { color: #993300; }
a:active { }

/* -------------------------------------------------------------
   [1] レイアウトに関する指定 */

body {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0;
	margin: 0;
	background-image: url(img/bgl.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#wrapper {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	background-color: #EEEEEE;
	background-repeat: repeat;
	background-position: 0 0;
	background-image: url(img/bg-wrapper.jpg);
	border-right-style: solid;
	border-right-color: #666666;
	border-right-width: 4px;
}

#header {
	width: 100%;
	height: 220px;
	margin-bottom: 10px;
	position: relative;
	background-image: url(img/headall.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}



#hanni {
	background-image: url(img/cfa-logo-back.jpg);
	font-size: 16px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 10px;
	background-position: right;
	color: #333333;

}

#dogahanni {
	font-size: 12px;
	background-color: #FFFFCC;
	padding: 10px;
	background-position: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	text-align: center;

}


#hyou {
	font-size: 10px;

}


#fontdai {
	font-size: 13px;

}



#header-inner {
	background-position: center center;
	background-color: #FFFFCC;
	margin-left: 0px;
	margin-top: 6px;
	width: 740px;
	font-size: medium;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(img/haikei1.jpg);
	background-repeat: no-repeat;
	height: 530px;
}

#header-inner2 {
	background-image: url(img/haikei2.jpg);
	height: 480px;
	width: 740px;

}




#container {
	margin-bottom: 10px;
	background-color: #0000FF;
	background-image: url(img/side.jpg);
	background-repeat: repeat;
}

#contents {
	width: 755px;
	float: right;
	padding: 0 20px;
	background-color: #FFFFCC;
	background-repeat: repeat;
	color: #252525;
	font-size: 13px;
}

#contentsphoto {
	width: 962px;
	float: none;
	background-color: #FFFFCC;
	background-repeat: repeat;
	color: #252525;
	font-size: 13px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}



/*お問い合わせ
-----------------------------------------------------------------------*/
#contact{
}
#contact span{ color:#F00;}


#contact table{
	width:100%;
	table-layout:fixed;	
	margin:0;
	border-collapse:collapse;
	}
#contact table th{
	vertical-align:top;
	padding:14px;
	text-align:right;
	border:1px solid #FF6600;
	width:20%;
	}
#contact table th span{font-size:12px; color:#F00;  font-weight:normal;}
#contact table td{ 
	width:70%;
	padding:10px;
	border:1px solid #FF6600;
	}
#contact input{ line-height:20px; }
#contact input.txtbox{ margin:2px; 	border:2px solid #333;}
#contact .sSize{ width:80px; height:20px;}
#contact .mSize{ width:160px; height:20px;}
#contact .wSize{ width:340px; height:20px;}
#contact .radio{}

#contact .formBtn{
	text-align:center;
	}
#contact .formBtn input{
	padding:5px 20px 5px 20px;
	font-size:14px;
	cursor:pointer;
	}
#contact input.focus,
#contact textarea.focus{
	border:2px solid #FC0;
	background-color:#DDD;
}

/*お問い合わせ
-----------------------------------------------------------------------*/





#sidebar {
  width: 188px;
  float: left;
  padding: 0 5px;
}

#footer {
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #333333;
	background-image: url(img/bottom.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

/* -------------------------------------------------------------
   [2] ヘッダーブロック内に関する指定 */

/* キーワード */
h1 {
	font-size: 10px;
	font-weight: normal;
	top: 20px;
	color: #CCCCCC;
	padding-left: 20px;
	padding-top: 2px;
}

/* 企業名｜ショップ名｜タイトル */
.logo {
	font-size: 120%;
	position: absolute;
	top: 75px;
	left: 420px;
	font-weight: bold;
	color: #121365;
}

.logo a {
  text-decoration: none;
  color: #fff;
}

.logo a:hover {
  text-decoration: none;
  color: #f00;
}

/* ページの概要 */
.description {
	position: absolute;
	bottom: 8px;
	left: 15px;
	color: #999999;
	font-size: 11px;
}

/* -------------------------------------------------------------
   [3] コンテンツブロック内に関する指定 */

/* 見出し */
h2 {
	font-size: 150%;
	font-weight: bold;
	height: 40px;
	color: #601A02;
	background-image: url(img/h1back.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 20px;
}

h3,h4,h5 {
	font-size: 120%;
	font-weight: bold;
	color: #FF6600;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 8px;
	padding-right: 0px;
	height: 20px;
	background-color: #6D6D6D;
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #333333;
	border-bottom-color: #777777;
	text-align: center;
	float: none;
	padding-bottom: 0px;

}

h6 {
	font-size: 150%;
	font-weight: bold;
	height: 40px;
	color: #601A02;
	background-image: url(img/h1back.gif);
	background-repeat: no-repeat;
	background-position: 100 0;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 120px;
}

/* 文字 */
#contents p {
	color: #222222;
	line-height: 1.5em;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* -------------------------------------------------------------
   [4] サイドバーブロック内に関する指定 */

/* サイドバータイトル */
.side-title {
	margin-bottom: 0;
	padding-bottom: 2px;
	background-color: #333333;
	height: 25px;
	width: 182px;
	font-size: 14px;
	font-weight: bolder;
	color: #FF8144;
	text-align: center;
	padding-top: 12px;
	border: thin inset #666666;
}

/* サイドバーメニュー */
.localnavi {
  list-style-type: none;
  margin-bottom: 2em;
}

.localnavi li { display: inline; }

.localnavi li a {
	text-decoration: none;
	width: 180px;
	display: block;
	background-color: #4A3D2D;
	color: #CCCCCC;
	font-size: 16px;
	border: 2px outset #999;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
	text-align: center;
}

.localnavi li a:hover {
  text-decoration: none;
  border: 2px outset #eee;
  background-color: #C87831;
  color: #990000;
}





/*----------------------------------------------------------------------------------*/
.mstyle1 {
	font-size: 9px;
	color: #FFCC00;
	height: 50px;
	margin-top: 10px;
}

.mstyle2 {
	color: #000066;
	font-size: 16px;
	font-weight: bold;
}

.s1 {
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin: 5px;
	background-color: #FFFFFF;

}


.t1 {
	border: 3px double #CCCCCC;
	margin-top: 9px;
	margin-right: 5px;
	width: 295px;
	background: url(images/item_bg.gif) repeat-x bottom;
	line-height: 16px;
}

.t1 td {
	vertical-align: top;
}

.t1 strong {
	background: url(images/arrow1.gif) no-repeat left top;
	padding-left: 20px;
	border-bottom: 1px dotted #5b710e;
	display: block;
	margin-bottom: 4px;
	margin-top: 4px;
}

.t1 img {
	border: 1px solid #CCCCCC;
	padding: 3px;
	background: #FFFFFF;
}




.t2 {
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
	width: 180px;
}	



.t3 {
	border: 3px double #CCCCCC;
	margin-top: 9px;
	margin-right: 5px;
	background: url(images/item_bg.gif) repeat-x bottom;
	line-height: 16px;
}




/* -------------------------------------------------------------
   [5] フッターブロック内に関する指定 */

#footer p {
  color: #ffffff;
  text-align: center;
}

/* -------------------------------------------------------------
   [6] CSSデザインサンプルリンク指定 */

#cds {
	font-size: 80%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 10;
	clear: both;
	left: 0px;
}

#cds,
#cds a,
#cds a:hover {
  text-decoration: none;
  color: #999;
}
