@charset "shift_jis";



body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 95%;		/*全般の文字サイズ*/
	line-height: 1.8;		/*全般の行間*/
	color: #444444;		/*全般の文字色*/
	background: #FFFFFF url(images/bg.gif) repeat-x top;	/*背景色と壁紙（上部の薄いグラデーション）設定*/
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
	text-align: center;
}

.look {
	background: #f5f5f5;
}

.color1 {
	color: #3d2d21;
}

.redcolorsyte {
	color: #C00;
}

table.hometable1{
    border-top:1px solid #663300;
    border-left:1px solid #663300;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
table.hometable1 th{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    color:#333333;
    background-color:#F0ECE0;
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
table.hometable1 td{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    padding:0.3em 1em;
}




/*全体的なリンク設定
---------------------------------------------------------------------------*/
a {
	color: #333333;		/*リンク部分の文字色*/
}

a:hover {
	color: #3d2d21;		/*リンク部分のカーソルオーバー時の文字色*/
}




/*コンテナー（*/
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}



/*ヘッダー
---------------------------------------------------------------------------*/


#header h1 {
	font-size: 10px;		/*h1タグの文字サイズ*/
	font-weight: normal;	/*太さを通常に戻す。太字がいいならこの１行を外す。*/
	width: 900px;			/*右上の住所とTEL画像にかぶらないように幅を設定*/
	line-height: 1.4;		/*複数行になった場合用の行間設定*/
	padding-bottom: 2px;	/*下のロゴ画像との余白*/
	text-align: right;
}



/*トップメニュー
---------------------------------------------------------------------------*/
ul#topmenu {
	height: 34px;
	line-height: 35px;
	background: url(images/topmenu_bg_green.gif) no-repeat top;
	padding-right: 10px;
	padding-left: 5px;
	letter-spacing: 0.1em;	/*メニューのテキストの文字間隔を少し広めにとる設定*/
	overflow: hidden;
}

ul#topmenu li {
	float: left;
}

ul#topmenu li a {
	color: #888888;	/*メニューの文字色*/
	text-decoration: none;
	display: block;
	padding-right: 7px;
	padding-left: 7px;
	background: url(images/topmenu_line.gif) no-repeat right;
}

ul#topmenu li a:hover {
}



/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	margin-top: 12px;
	/*padding-top: 10px;*/
}

#main3dan {
	float: left;	/*トピックス欄*/
	width: 200px;
	height: 200px;
	padding-top: 0px;
}

#topix {
	float: left;	/*トピックス欄*/
	width: 250px;
	height: 220px;
	padding-top: 0px;
}

#topix h2 {
	font-size: 100%;
	background: url(images/h2_bg.gif) no-repeat;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 50px;
}

#topix p {
	padding: 0.5em 0.5em 1em;
}



/*サイドコンテンツ
---------------------------------------------------------------------------*/
#side {
	float: left;	/*サイドコンテンツを左側に配置する設定*/
	width: 210px;
	padding-top: 10px;
	padding-bottom: 50px;
}

#side h3 {
	font-size: 100%;
	line-height: 56px;
	background: url(images/midashi_bg1.gif) repeat-x;
	height: 56px;
	text-align: center;	/*h3見出しのテキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	overflow: hidden;
}

#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}



/*メインコンテンツ
---------------------------------------------------------------------------*/
#main3danfree {
	vertical-align:middle;
	float: left;
	width: 200px;
	height:150px;
	line-height: 1;		/*全般の行間*/
    padding-left: 10px;
	padding-top: 5px;
/*    background: url(images/back1.gif) no-repeat left;*/
}
.order {
 position: relative;
 top: 5px;
 left:5px;
}

.order2 {
 top: 10px;
 left: 15px;
}

div.img-move a:hover {
 position: relative;
 top: 3px;
 left: 3px;
}


#main3dan1 {
	float: left;
	width: 205px;
	height:80px;
	line-height: 1.1;		/*全般の行間*/
    padding-left: 10px;
	padding-top: 105px;
    background: url(images/back1.gif) no-repeat left;
}

#main3dan2 {
	float: left;
	width: 205px;
	height:80px;
	line-height: 1.1;		/*全般の行間*/
    padding-left: 10px;
	padding-top: 105px;
    background: url(images/back2.gif) no-repeat left;
}


#main3dan3 {
	float: left;
	width: 205px;
	height:80px;
	line-height: 1.1;		/*全般の行間*/
    padding-left: 10px;
	padding-top: 105px;
    background: url(images/back3.gif) no-repeat left;
}

#main3dan4 {
	float: left;
	width: 205px;
	height:80px;
	line-height: 1.1;		/*全般の行間*/
    padding-left: 10px;
	padding-top: 105px;
    background: url(images/back4.gif) no-repeat left;
}


#main3dan5 {
	float: left;
	width: 205px;
	height:80px;
	line-height: 1.1;		/*全般の行間*/
    padding-left: 10px;
	padding-top: 105px;
    background: url(images/back5.gif) no-repeat left;
}

#main3dan6 {
	float: left;
	width: 205px;
	height:80px;
	line-height: 1.1;		/*全般の行間*/
    padding-left: 10px;
	padding-top: 105px;
    background: url(images/back6.gif) no-repeat left;
}

#main3dan1 a:hover {
        color:#ff0000;
        text-decoration:underline;
        }

#main3dan2 a:hover {
        color:#ff0000;
        text-decoration:underline;
        }

#main3dan3 a:hover {
        color:#ff0000;
        text-decoration:underline;
        }
#main3dan4 a:hover {
        color:#ff0000;
        text-decoration:underline;
        }
#main3dan5 a:hover {
	color:#ff0000;
	text-decoration:underline;
}
#main3dan6 a:hover {
	color:#ff0000;
	text-decoration:underline;
}
#main {
	float: right;
	width: 650px;
	color: #555;	/*メニューの文字色*/
	padding-left: 20px;
	padding-top: 10px;

}



#main h2 {
	font-size: 100%;
	background: url(images/h2_bg.gif) no-repeat;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 50px;
}


#main h3 {

	font-size: 110%;   
	background: #F4F4F4;   
	border-left: 10px solid #80A852;   
	border-bottom: 1px solid #A1A1A1;  

	color:#6B6B6B;   
	width: 500px;
	line-height: 30px;
	height: 25px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 50px;

	margin-top: 35px; /* 帯上部の余白 */ 
	margin-bottom: 25px; /* 帯下部の余白 */ 


}

#main h4 {
	font-size: 100%;
	padding-left: 10px;
	padding-right: 20px;
}


#main p {
	padding: 0.5em 10px 0.5em;
}



#main_harf {
	float: left;
	width: 325px;
}

#main p {
	padding: 0.5em 10px 1em;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


/*ページ一覧コンテンツ
---------------------------------------------------------------------------*/
#pagelist {
	font-size: 75%;		/*全般の文字サイズ*/

	float: right;
	width: 690px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #E1FAE7;	/* サブメニューの背景画像の指定 */

}

#pagelistbox {
	float: left;
	width: 98px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.9em;		
	background-color: #E3FCE9;	/* サブメニューの背景画像の指定 */
	margin-left: 5px;


}



#pagelistboxclaim {
	list-style-type:none;
	float: left;
	width:33%;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 0.9em;		
	background-color: #AFEEEE;	/* サブメニューの背景画像の指定 */
	margin-left: 0px;
list-item-position: inside;

 
}



#pagelistboxclaim li a {
	
text-decoration:none;

 
}

#pagelistboxclaim li a:visited {                 /* 既に見たリンク */
  color:#FF9900;
	text-decoration:none;
}



#pagelistboxclaim li a:hover {
	color: #3366FF;	/*メニューの文字色*/
	text-decoration:underline;
/*	font-weight: bold;*/

}





 


     .sample1 {border:solid 2px #FFFFFF
;}
     .sample2 {border:solid 2px #FFFFFF}

 
  

#pagelistbox li {
	float: none;
	list-style-type: none;
}

#pagelistbox li a {
	color: #666666;	/*メニューの文字色*/
	text-decoration:none;

}

#pagelistbox li a:hover {
	color: #9999999;	/*メニューの文字色*/
	text-decoration:underline;
/*	font-weight: bold;*/

}



#pagelist p {
	padding: 0.5em 10px 1em;
}






/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	line-height: 1.4;
	text-align: center;
}



#clear {
	clear: both;
}





/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	width: 94%;			/*What's Newボックスの幅*/
	height: 180px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background: #FAFAFA;	/*背景の色*/
	border: 1px dotted #cfcfcf;	/*フチのライン*/
	margin-top: 0.5em;
	line-height: 1.2;		/*全般の行間*/
}

#main dt {
	font-weight: bold;	/*日付の色を太字にする*/
}

#main dd {
	border-bottom: 1px dotted #cfcfcf;	/*説明文の下に1pxの点線(dotted)を#cfcfcfの色で入れる。*/
}


.iti1 { float:left; 
	background: #FAFAFA;	/*背景の色*/
	padding: 0px 15px 0px 0px; /* 余白の幅 */


}
.iti2 { float:right;
	padding: 0px 0px 0px 15px; /* 余白の幅 */
}

.iticenter {margin-left:auto;margin-right:auto;">
}

.whitesyte {
	color: #FFF;
	font-weight: bold;
}


.redsyte {
	color: #C00;
	font-weight: bold;
}
.voides {
	color: #933;
font-weight: bold;
}



#twitter_div {
text-align : left;
margin : 0px 0; /* 適宜変更推奨 */
padding : 0px 0px;
}



#twitter_div2 {
width : 400px; /* 適宜変更推奨 */

text-align : left;
margin : 0px 0; /* 適宜変更推奨 */
padding : 0px 0px;
}

#twitter_div h2 {
font-size : 0.7em;
color : #777;
text-align : left;
margin : 5px 0;
}

#twitter_div2 ul {
width : 400px; /* 適宜変更推奨 */
}

#twitter_div ul {
width : 600px; /* 適宜変更推奨 */
}

/* ↓ここの設定は、10px×7pxのアイコン画像を基準にした数値になっています。 */
#twitter_div li {
padding : 2px 5px 2px 20px; /* 適宜変更推奨 */
background-image : url("img/twitter.gif");
background-repeat : no-repeat;
background-position : 5px 8px; /* 適宜変更推奨 */
border-bottom : dotted 1px #6e6055; /* 適宜変更推奨 */
}

#twitter_div li a {
font-size : 0.7em ;
color : #777; /* 適宜変更推奨 */
}

#twitter_div li a:hover {
color : #777;
}

#twitter_div li span {
color : #777; /* 適宜変更推奨 */
font-size : 0.8em;
}

#twitter_div li span a {
color : #777; /* 適宜変更推奨 */
font-size : 1em ;
}

a#twitter-link {
font-size : 0.7em;
color : #2e3a04; /* 適宜変更推奨 */
text-align : right;
display : block;
}

a#twitter-link:hover {
color : #ffffff;
}
.strongs {
	font-weight: bold;
}

.waku3 {
	float: left;/*
	align : center;*/
	height: 200px;
	width: 200px;
}
.waku3kakoi {
	float: left;/*
	align : center;*/
	height: 200px;
	width: 650px;
}

