@charset "utf-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "CI", Meiryo, "メイリオ", sans-serif;
	font-size: 75%;
	line-height: 2em;
	color: #333;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/bg.gif);
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

input {
	background: #f5f5f5;
}

.color {
	color: #1540ef;
}

.color_red {
	color: #F00;
}

.big_p {
	font-size: 150%;
}

.bigred_p {
	font-size: 150%;
	color: #F00;
}


.yellow_line{
	background-color: #FF0;
}


/*メイン画像（画像の両サイドの影を設定しています）
------------------------------------------------------------------*/
#main-img {
	background: url(images/main_img_bg.gif) repeat-y center;
	padding-right: 6px;
	padding-left: 6px;
	position: relative;
}



/*h1タグ設定
------------------------------------------------------------------
■font-sizeで文字の大きさを指定しています。
■leftとtopの数値を変更してh1の位置の微調整ができます。
■colorで文字色を指定します。
------------------------------------------------------------------*/
#main-img h1 {
	position: absolute;
	font-size: 10px;
	color: #000;
	font-weight: normal;
	left: 20px;
	top: 9px;
	width: 866px;
}




/*コンテナー
------------------------------------------------------------------*/
#container {
	margin: 0px auto 20px;
	width: 946px;
	text-align: left;
}



/*コンテンツ（メイン、サブの両ブロックの外側）
------------------------------------------------------------------*/
#contents {
	background: url(images/contents_bg.gif) repeat-y center;
	padding-top: 30px;
	padding-bottom: 50px;
}



/*メインメニュー（リストタグを横並びに設定）
------------------------------------------------------------------*/
ul#menu li {
	display: inline;
}



/*メインコンテンツ（右側ブロック）
------------------------------------------------------------------*/
#main {
	float: right;
	width: 630px;
	display: inline;
	margin-right: 37px;
}

#main h2 {
	line-height: 33px;
	background: url(images/midashi_base.gif);
	height: 33px;
	font-size: 140%;
	padding-left: 40px;
	color: #000;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	margin-top: 15px;
}
#main h3 {
	font-size: 130%;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #F60;
	border-left-color: #F60;
	padding-left: 10px;
	margin-left: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#main h4 {
	font-size: 120%;
	padding-left: 17px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(images/illust/yajirusi2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
}

#main h5 {
	font-size: 160%;
	padding-left: 17px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 2px;
}

#main p {
	padding: 0.5em 10px 1em;
	font-size: 120%;
}
#main table tbody tr {
	border: 1px solid #999;
}




/*中央ブロック内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	height: 80px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: 20px;
	margin-left: 20px;
	padding: 10px;
	border: 1px solid #999;	/*What's Newのフチのライン*/
	margin-bottom: 1em;
}

#main dl.new dt {
	font-weight: bold;	/*日付を太字にする設定。*/
	float: left;		/*日付を左よせする*/
}

#main dl.new dd {
	border-bottom: 1px solid #cccccc;	/*日付が入る分のスペースを空ける*/
	padding-left: 8em;
}
#main ul li {
	list-style-type: none;
	margin-left: 40px;
}





/*サブコンテンツ（左側ブロック）
------------------------------------------------------------------*/
#sub {
	float: left;
	width: 226px;
	display: inline;
	margin-left: 37px;
}

#sub p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

/*サブコンテンツ内、サブメニュー
------------------------------------------------------------------*/
#sub .submenu {
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 5px solid #1540ef;
	margin-bottom: 20px;
	border-right: 1px solid #1540ef;
	border-left: 1px solid #1540ef;
}

#sub .submenu a {
	color: #1540ef;
	text-decoration: none;
	border-bottom: 1px dotted #1540ef;
	display: block;
	width: 224px;
}

#sub .submenu a:hover {
	background-color: #FD7;
}

/*サブコンテンツ内、サブメニュー下のTOPICSコーナー
------------------------------------------------------------------*/
#sub .menubottom {
	border-right: 1px solid #1540ef;
	border-bottom: 5px solid #1540ef;
	border-left: 1px solid #1540ef;
	padding-right: 5px;
	padding-left: 5px;
	width: 214px;
}




/*フッター
------------------------------------------------------------------*/
#footer {
	clear: both;
	background: url(images/contents_bg.gif) repeat-y center;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer_end  {
	clear: both;
	text-align: center;
	background: url(images/footer_bg.gif) no-repeat center top;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 60%;
}

#footer_end a  {
	color: #666;
}


/*clearfix
------------------------------------------------------------------*/
#contents:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#contents { display: inline-block; }

/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#contents { display: block; }
.img_right {
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.img_center {
	text-align: center;
	background-position: center;
	float: none;
}

