@charset "shift_jis";



body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;		/*全般の文字サイズ*/
	line-height: 1.5;		/*全般の行間*/
	color: #444444;		/*全般の文字色*/
	background-image: url(./images/haikei1.gif);background-repeat: repeat;
/*	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;
}

.look {
	background: #f5f5f5;
}

.color1 {
	color: #3d2d21;
}




/*全体的なリンク設定
---------------------------------------------------------------------------*/
/*
a {
	color: #333333;}*/		/*リンク部分の文字色*/

/*
a:hover {
	color: #3d2d21;	}	*//*リンク部分のカーソルオーバー時の文字色*/
a:hover {
	background: #f7f7f7;	/*カーソルオーバー時の背景色*/
	color: #ff0000;			/*カーソルオーバー時の文字色*/
}




/*コンテナー（特に変更の必要なし）
---------------------------------------------------------------------------*/
#container {
	background-color:#ffffff;
	width: 804px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
/*	height:auto;
	border:1px #061E87 solid;*/
}



/*ヘッダー
---------------------------------------------------------------------------*/
#header {
/*	background: url(images/header_bg.gif) no-repeat right top;	/*右上の住所とTELの画像設定。不要なら丸ごと削除する。*/
}

#header h1 {
	font-size: 10px;		/*h1タグの文字サイズ*/
	font-weight: normal;	/*太さを通常に戻す。太字がいいならこの１行を外す。*/
	width: 500px;			/*右上の住所とTEL画像にかぶらないように幅を設定*/
	line-height: 1.4;		/*複数行になった場合用の行間設定*/
	padding-bottom: 10px;	/*下のロゴ画像との余白*/
}



/*トップメニュー
---------------------------------------------------------------------------*/
ul#topmenu2 {
	height: 44px;
	line-height: 44px;
	background-color:#061E87 /*#006600*/; 
	padding-right: 10px;
	padding-left: 15px;
	letter-spacing: 0.2em;	/*メニューのテキストの文字間隔を少し広めにとる設定*/
	overflow: hidden;
}

ul#topmenu2 li {
	float: left;
/*	width: 150px;*/
}

ul#topmenu2 li a {
	color: #ffffff;	/*メニューの文字色*/
	text-decoration: none;
	display: block;
	padding-right: 8px;
	padding-left: 8px;
	background: url(images/topmenu2_line.gif) no-repeat right;
}

ul#topmenu2 li a:hover {
	background-color: #8D9FEF /*#009900*/;
}



/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}



/*サイドコンテンツ
---------------------------------------------------------------------------*/
#side {
	float: left;	/*サイドコンテンツを左側に配置する設定*/
	width: 210px;
	padding-top: 10px;
	padding-bottom: 100px;
}

#side h3 {
	font-size: 100%;
	line-height: 56px;
	background: url(images/midashi_bg1b.gif) repeat-x;
	height: 56px;
	text-align: center;	/*h3見出しのテキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	overflow: hidden;
}

#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}



/*サイドメニュー
---------------------------------------------------------------------------*/
ul.sidemenu a {
	color: #666666;	/*文字色*/
	text-decoration: none;
	text-align: center;	/*テキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	border-bottom: 1px solid #aeaeae;	/*各メニュー下に1pxの直線を引く設定*/
	display: block;
	width: 210px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

ul.sidemenu a:hover {
	background: #f7f7f7;	/*カーソルオーバー時の背景色*/
	color: #000000;			/*カーソルオーバー時の文字色*/
}
ul.sidemenu {background-color:#ffffff;}



/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	background-color:#ffffff;
	float: right;
	width: 570px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#main h2 {
	font-size: 125%;
	background: url(images/midashi_bgb.gif) no-repeat;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 5px;
}

#main p {
	padding: 0.5em 10px 1em;
}





/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	line-height: 1.4;
	text-align: center;
}





/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	width: 94%;			/*What's Newボックスの幅*/
	height: 100px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background: #FAFAFA;	/*背景の色*/
	border: 1px dotted #cfcfcf;	/*フチのライン*/
	margin-top: 0.5em;
}

#main dt {
	font-weight: bold;	/*日付の色を太字にする*/
}

#main dd {
	border-bottom: 1px dotted #cfcfcf;	/*説明文の下に1pxの点線(dotted)を#cfcfcfの色で入れる。*/
}

ul.sidemenu a.m7 {
display:block;
width:210px;
height:324px;
background-image:url(./pdf/magazine2013-2014-7.jpg);
background-repeat: no-repeat;
/*text-indent:-9999px;*/
}
ul.sidemenu a.m8 {
display:block;
width:210px;
height:297px;
background-image:url(./pdf/magazine2013-2014-8.jpg);
background-repeat: no-repeat;
/*text-indent:-9999px;*/
}

ul.sidemenu a.m7:hover {
background-image:url(./pdf/magazine2013-2014-7a.jpg);
}
ul.sidemenu a.m8:hover {
background-image:url(./pdf/magazine2013-2014-8a.jpg);
}

div.fbblk {
	margin-top:5px;
	float:left;
	clear:both;
	width:570px;
/*	margin-left:225px;
	margin:20px 0 20px 100px;*/
}