@charset "Shift_JIS"; 

/*　_category_ で検索をかけると、だいたい用途別(使う場所ごとに分けてます)に分けられたcssが出てきます。　*/

/* ブラウザごとの表示ずれをリセット */

*{
	margin: 0px;
	padding: 0px;
 	box-sizing : content-box; /*　明示。　*/
 	-moz-box-sizing : content-box;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

br.clr{
	clear:both;
	margin:0px;
	padding:0px;
	font-size:0px;
	line-height:100%;
}

/* pフォントの絶対値指定 */

p,dd,dt{
	font-size:12px;
	line-height: 18px;
	letter-spacing: 1px;
}

img{
	border: none;
}

a{
	text-decoration:none;
}

/*　要素の中央ぞろえ（IE向け）　*/

body{
	text-align:center;
}


/* _category_ ページ先頭の説明文 */

h1#top {
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	text-align:left;
	color:#666666;
	background-color:#FFFEF4;
	width: 774px;
	padding: 3px;
}



/* _category_ フッター部分　*/

div#footer{
	border:1px solid #999999;
	padding:3px 0 3px 0;
	background-color:#FFFEF4;
	width:830px;
	height:300px;
	position:relative;
	clear:both;
}

#footer ul{
	margin: 0;
	padding: 0;
	list-style:none;
	text-align: center;
}

#footer ul li{
	margin: 0px 0px 5px 0px;
	display: inline;
	text-align:center;
	font-size:12px;
	line-height:130%;
}

#footer a{
	font-size:12px;
}

#footer p{
	letter-spacing:0;
}

/* _category_ フォントいじり用 */

/* 色 */
.orange{
	color:#FF9900;
}

.blue{
	color:#003399;
}

.purple{
	color:#a33a8b;
}

.green{
	color:#2f6c39;
}

.red{
	color:#BB262B;
}

.black{
	color:#000000;
}

.gray{
	color:#666666;
}



/*　サイズ　*/

.size10{
	font-size:10px;
	line-height: 12px;
}

.size12{
	font-size:12px;
	line-height: 14px;
}

.size12 td{
	font-size:12px;
	line-height: 14px;
}

.size14{
	font-size:14px;
	line-height: 18px;
}

.size16{
	font-size:16px;
	line-height:20px;
}

.size18{
	font-size:18px;
	line-height:22px;
}

.size20{
	font-size:20px;
	line-height:24px;
}

.size22{
	font-size:22px;
	line-height:26px;
}

.size24{
	font-size:24px;
	line-height:28px;
}



/*　装飾　*/

.bold{
	font-weight:bold;
}

.normal{
	font-weight:normal;
}

.underline{
	border-style:solid;
	border-width: 0px 0px 1px 0px;
}

.border_orange{
	border-color:#ff6600;
}

.border1px{
	border:solid #000000 1px;
	margin:0px;
}



/*　位置移動　*/

.right{
	text-align:right;
}

.left{
	text-align:left;
}

.center{
	text-align:center;
}

.valign_mid{
	vertical-align:middle;
}

.valign_top{
	vertical-align:top;
}



/* 回り込み */

.float_r{
	float:right;
}

.float_l{
	float:left;
}

.float_clear{
	clear:both;
}



/* 横幅　*/

.width100{
	width:100px;
}

.width150{
	width:150px;
}

.width200{
	width:200px;
}

.width250{
	width:200px;
}

.width300{
	width:300px;
}

.width350{
	width:350px;
}

.width400{
	width:400px;
}



/*　マージン＆パディング　*/

.pad5{
	padding:5px;
}

.pad10{
	padding:10px;
}

.pad20{
	padding:30px;
}

.mar5{
	margin:5px;
}

.mar10{
	margin:10px;
}

.mar20{
	margin:20px;
}

.double{
	display:block;
}



/* ▼トップページ新レイアウト */

#topMain_left {
	float:left;
	width:630px;
	text-align:left;
	font-size:12px;
}

#topUnit td,#topKyutou td,.topCenter td {
	background:url(img/top/topList.gif) no-repeat 5px 4px;
	padding:2px 0 2px 18px;
	font-size:12px;
}

.topLeft li,.topCenter li,.topRight li {
	list-style:none;
	list-style-image:url(img/top/topList.gif);
	list-style-position:inside;
	margin:10px 0;
	padding:0 0 0 8px;
}

/*

#topMain_left #topUnit h2 {
	font-size:14px;
	height:22px;
	background:url(img/bg_h3_boiler_s.gif) no-repeat 5px 7px;
	background-color:#f3f2f0;
	padding:5px 0 0 22px;
	color:#19299a;
	font-weight:bold;
}
*html #topMain_left #topUnit h2 {
	padding:5px 0 3px 22px;
	height:27px;
}

*/

#topMain_right {
	float:right;
	width:200px;
	font-size:12px;
	background:#fff;
	text-align: left;
}
*html #topMain_right td {
	font-size:12px;
}


#topMain_right ul.r-list {
	margin:0 0 30px 0;
}

#topMain_right .r-list li {
	font-size:17px;
	text-align:left;
	list-style:url(img/link_red_14.gif) inside;
	vertical-align:bottom;
	margin:10px 0;
	font-weight:bold;
}

/* FFのみ、list内の<a>タグの位置調整 */
html>/**/body #topMain_right .r-list a {
	margin:0 0 0 -12px;
}

#topMain_right .r-list li span {
	font-size:10px;
	font-weight:normal;
}

#topMain_right .r-list li li {
	font-size:14px;
	text-align:left;
	list-style:url(img/mark_x.gif) inside;
	vertical-align:bottom;
	margin:10px 0;
	font-weight:bold;
}

#topMain_right .r-list li li li {
	font-size:11px;
	text-align:left;
	list-style:url(img/point_strage.gif) inside;
	vertical-align:baseline;
	margin:10px 0;f
}
html>/**/body #topMain_right .r-list li li li {
	margin:4px 0 0 15px;
	vertical-align:baseline; /* ←効かない */
}


/*
#topUnit {
	width:613px;
	height:auto;
	border:1px solid #cccccc;
	margin:10px auto;
	float:left;
	padding:0;
}
*html #topUnit {
	width:616px;
}
#topUnit ul{
	float:left;
}

*html #topUnit img {
	margin:0 0 0 -5px;
}

*/

#topUnit {
	width:360px;
	height:242px;
	border:1px solid #cccccc;
	margin:10px 11px 10px 0;
	float:left;
}
*html #topUnit {
	width:362px;
	margin:10px 11px 10px 1px;
}

#topKyutou {
	width:240px;
	height:242px;
	border:1px solid #cccccc;
	margin:10px 0 10px 0;
	float:left;
}
*html #topKyutou {
	width:242px;
	margin:10px 0 10px 0;
}

.topLeft {
	width:208px;
	height:278px;
	border:1px solid #cccccc;
	margin:0 7px 10px 0;
	float:left;
}
*html .topLeft {
	width:210px;

}

.topCenter {
	width:209px;
	height:278px;
	border:1px solid #cccccc;
	margin:0 7px 10px 0;
	float:left;
}
*html .topCenter {
	width:211px;
	margin:0 7px 0 1px;
}

.topRight {
	width:178px;
	height:278px;
	border:1px solid #cccccc;
	float:left;
	margin:0 0 10px 0;
}
*html .topRight {
	width:180px;
}

.topLeft li,.topCenter li,.topRight li {
	margin:6px -1px;
}

.btm {
		margin-bottom:20px!important;
}
