@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */
 
 
/* ========BASIC======== */
* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   color:#333;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   background:#fff;
}

br {
	letter-spacing:normal;
	font-family: "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS P ゴシック", verdana, sans-serif;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#0172AB;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========LAYOUT======== */
div#top {
   width:790px;
   margin:0 auto;
   background:url("images/bg_contents_left.gif") 0 0 repeat-y;
}

div#wrapper {
   width:790px;
   background:url("images/bg_contents_right.gif") 100% 0 repeat-y;
}

div#header {
	position:relative;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	background-image: url(images/top_bg.gif);
	background-repeat: repeat-x;
}

div#pr1{
	width:290;
	position:absolute;
	text-align: right;
	right: 10px;
	font-size: 13px;
	line-height: 14px;
	top: 1px;
}
div#pr {
	width:100px;
	position:absolute;
	left:708px;
	top:58px;
	line-height: 12px;
}

div#contents {
	margin:0 5px;
	padding:20px 20px 0 20px;
	font-family: "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS P ゴシック", verdana, sans-serif;
}

div#main {
	float:right;
	width:525px;
}

div#sub {
	float:left;
	width:195px;
}

div#totop {
   clear:both;
}

div#footer {
   clear:both;
   margin:0 5px;
}


/* ========HEADER======== */
div#header h1 {
   margin:0;
   padding:10px;
   font-size:150%;/* 24px相当 */
   color:#fff;
   line-height:70px;
}

div#header h1 a {
   color:#333;
}

div#header h1 a:hover {
   color:#666;
}

div#header #pr p {
   margin:0;
   font-size:75%;/* 12px相当 */
}


/* ========SUBCONTENTS======== */
div#sub .section {
   margin-bottom:10px;
}

div#sub h2 {
   padding:3px;
   font-size:100%;
   font-weight:bold;
   color:#fff;
   background:url("images/bg_sub_h2.gif") 50% 50%;
}

div#sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

div#sub li {
	padding:5px 0 5px 0;
	font-size:90%;
	line-height:1.4;
	list-style:none;
}

div#sub li a {
	display:block;
	padding-left:20px;
	background-image: url(images/bg_sub_list.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
}

/* MENU*/
div#contents #sub div#menu ul {
   margin:0 0 20px 0;
   padding:0;
}

div#contents #sub div#menu li {
   margin:0;
   padding:0;
   font-size:75%;/* 12px相当 */
   color:#333;
   list-style-type:none;
}

div#contents #sub div#menu li a {
   display:block;
   width:200px;
   color:#333;
   padding:10px 0 10px 20px;
   border-bottom:1px solid #DCDCDC;
   background:url("images/bg_menulist.gif") 0 12px no-repeat;
}

div#contents #sub div#menu li a:hover {
   color:#0096E7;
}


/* ========MAINCONTENTS======== */
div#main a {
   color:#0172AB;
}

div#main a:hover {
   color:#0172AB;
   text-decoration:underline;
}

div#main h2 {
	margin-bottom:8px;
	padding:2px 2px 2px 0;
	color:#333;
	font-size:100%;/* 15px相当 */
	font-weight:bold;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #9C0;
}

div#main h3 {
	margin-bottom:3px;
	font-size:95%;
}

div#main h4 {
	margin-bottom:2px;
	font-size:95%;/* 13px相当 */
}

div#main h5 {
	margin-bottom:2px;
	font-size:95%;/* 13px相当 */
}

div#main h6 {
	margin-bottom:2px;
	font-size:95%;/* 13px相当 */
}

div#main p {
	margin:0 0 1em 0;
	font-size:95%;/* 13px相当 */
	line-height: 165%;
}

div#main ul,ol,dl {
   font-size:82%;/* 13px相当 */
}

div#main dt {
	text-align: left;
	text-indent: 24px;
}


div#main dd {
	padding:0;
	padding:3px;
	background:#f1f1f1;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 1em;
}


div#main div.icatch {
   margin-bottom:20px;
}

/* INFORMATION CUSTOMIZE */
* html body div#main dl.information dd div{
   display:inline-block;
}

div#main dl.information dt {
	float:left;
	width:8em;
	margin:0;
	padding:0;
	font-size: 120%;
}

div#main dl.information dd {
	padding:0;
	background:transparent;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 10em;
	font-size: 120%;
}
.mainbar {
	font-size: large;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #060;
	border-right-color: #060;
	border-bottom-color: #060;
	border-left-color: #060;
	font-weight: bold;
	color: #060;
	line-height: 26px;
	margin-bottom: 6px;
	text-indent: 5px;
}

.boxA {
	margin-bottom:11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #060;
	width: 500px;
	float: right;
}

/* ========TOTOP CUSTOMIZE========= */
div#totop {
   margin:10px 0;
   text-align:right;
   font-size:75%;/* 12px相当 */
}

div#totop a {
   padding:0 0 0 12px;
   background:url(images/bg_totop.gif) 0 50% no-repeat;
}


/* ========FOOTMENU======== */
div#footMenu ul {
   margin:0 0 10px 0;
   padding:10px 0 0 0;
   text-align:right;
   background:url("images/bg_dotline.gif") 0 0 repeat-x;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   font-size:75%;/* 12px相当 */
   list-style:none;
}

div#footMenu li a {
   padding-left:10px;
   background: url("images/bg_footmenu.gif") 0 50% no-repeat;
}


/* ========FOOTER======== */
address {
	margin:0 10px;
	padding:5px 0;
	font-style:normal;
	font-size:75%;/* 12px相当 */
	color:#fff;
	text-align:center;
	background-color: #9C3;
}

/* ========画像ボックス======== */
div.imagebox {
	border: 1px solid #060;
	width: 150px;
	float: left;
	text-align: center;
	margin-top: 1px;
	margin-right: 3px;
	margin-bottom: 1px;
	margin-left: 3px;
}
p.image, p.caption {
text-align: center;
margin: 5px;

}
p.caption {
	font-size: 60%;
	color: #333;
}
p.clear {
clear: both;
}

div.imagebox2 {
	width: 250px;
	float: left;
	text-align: center;
	margin-top: 1px;
	margin-right: 3px;
	margin-bottom: 1px;
	margin-left: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p.image2, p.caption2 {
text-align: center;
margin: 5px;

}
p.caption2 {
	font-size: 60%;
	color: #333;
}
p.clear {
clear: both;
}

div.imagebox3 {
	width: 120px;
	float: left;
	text-align: center;
	margin-top: 1px;
	margin-right: 3px;
	margin-bottom: 1px;
	margin-left: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p.image3, p.caption3 {
text-align: center;
margin: 5px;

}
p.caption3 {
	font-size: 6px;
	color: #333;
}
