@charset "shift_jis";
body {
font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #514C4C;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #d6f2f8 url(images/bg.gif) repeat-x center top;
}
a {
	color: #fff;
}
a:hover {
	color: #FF2222;
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
	margin-right: 15px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: top;
	margin-left: 5px;
}
.look {
	color: #990000;
}



/*コンテナー
------------------------------------------------------------------*/
#container {
	background: #FFFFFF url(images/container_bg.gif) repeat-y center;
	width: 731px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}



/*ヘッダーh1タグ
------------------------------------------------------------------*/
#header h1 {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background: #100964 url(images/h1_bg.gif) no-repeat center;
	line-height: 29px;
	padding-left: 20px;
}


/*メニュー
------------------------------------------------------------------*/
#menu li, #menu-sub li {
	display: inline;
	margin-right: 0;
}
#menu {
	width: 725px;
	margin-left: 3px;
}

#menu-sub {
	background: url(images/main_img_kazari_sub.gif) repeat-x bottom;
	padding-bottom: 12px;
	height: 40px;
	width: 720px;
	margin-left: 3px;
}

#menu li img{
	width: 112px;
}

/*メインコンテンツ（左側）
------------------------------------------------------------------*/
#main {
	float: right;
	width: 700px;
	margin-top: 20px;
	display: inline;
	margin-left: 10px;
	margin-bottom: 20px;
}
#main-img {
	margin-left: 3px;
	padding-top: 13px;
	padding-bottom: 13px;
	background: url(images/main_img_kazari.gif) repeat-x center;
}
#main p {
	margin: 0.5em 1em 1em;
}


/*メインコンテンツ内のWhat's New欄
------------------------------------------------------------------*/


/*サブコンテンツ（右側）
------------------------------------------------------------------*/
#sub {
	float: right;
	width: 200px;
	display: inline;
	margin-top: 20px;
	margin-right: 10px;
	border: 3px double #A5A397;
	margin-bottom: 50px;
	padding: 1px;
}
#sub h3 {
	font-size: 100%;
	color: #FFFFFF;
	background: #A5A397 url(images/h3_bg.jpg);
	text-align: center;
}
#sub p {
	font-size: 90%;
	margin: 0.5em 1em 1em;
}


/*フッター
------------------------------------------------------------------*/
#footer {
	clear: both;
	text-align: center;
	color: #FFFFFF;
	background: #100964 url(images/footer_bg.gif) no-repeat center;
	height: 50px;
	font-size: 11px;
	line-height: 22px;
	padding-top: 10px;
}
#footer a {
	color: #FFFFFF;
}



/*見出し(h2タグ)　赤色
------------------------------------------------------------------*/
h2.midashi-red {
	background: #332F2F url(images/midashi_base_red.gif) no-repeat;
	height: 25px;
	width: 720px;
}
/*見出し(h2タグ)　黄色
------------------------------------------------------------------*/
h2.midashi-yellow {
	background: #332F2F url(images/midashi_base_yellow.gif) no-repeat;
	height: 25px;
	width: 489px;
}
/*見出し(h2タグ)　黄緑色
------------------------------------------------------------------*/
h2.midashi-green {
	background: #332F2F url(images/midashi_base_green.gif) no-repeat;
	height: 25px;
	width: 489px;
}
/*見出し(h2タグ)　水色
------------------------------------------------------------------*/
h2.midashi-blue {
	background: #332F2F url(images/midashi_base_blue.gif) no-repeat;
	height: 25px;
	width: 489px;
}
/*見出し(h2タグ)　紫色
------------------------------------------------------------------*/
h2.midashi-purple {
	background: #332F2F url(images/midashi_base_purple.gif) no-repeat;
	height: 25px;
	width: 489px;
}
/*見出し(h2タグ)　ピンク色
------------------------------------------------------------------*/
h2.midashi-pink {
	background: #332F2F url(images/midashi_base_pink.gif) no-repeat;
	height: 25px;
	width: 489px;
}


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

/* Hides from IE-mac \*/
*html #container { height: 1%; }
#containers { display: block; }
/* End hide from IE-mac */
