@charset "utf-8";
/* CSS Document */
/* --------------------------------
 body
-------------------------------- */
body{
	padding: 0px !important;
}

/* --------------------------------
 header
-------------------------------- */
#header{
	width:100%;
	background-color:#2F7FBC;
}
#header-inner{
	width:900px;
	margin:0 auto;
	padding:5px 0;
}
.logo{
	width:190px;
	float:left;
	margin:0;
}
.tag{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding:3px 0 3px 10px;
	float:left;
}

/* --------------------------------
 sueze
-------------------------------- */
#sueze{
	width:900px;
	margin:0 auto;
}

/* --------------------------------
 top
-------------------------------- */
#top{
	width:900px;
	margin:0 auto;
	padding:15px 0;
}

/* --------------------------------
 bottom
-------------------------------- */
#bottom{
	width:605px;
	background:#2F7FBC;
	border:5px #2F7FBC solid;
	border-radius: 7px;        /* CSS3草案 */  
    -webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 7px;   /* Firefox用 */ 
	float:right;
}
/*des*/
#des{
	/* 通常 */
	background:linear-gradient(#ffffff, #eeeeee);
	/* webkit用 */
	background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
	/* mozilla用 */
	background:-moz-linear-gradient(top, #ffffff, #eeeeee);
	/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#eeeeee));
	/* IE8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#eeeeee))";
	zoom: 1;
	border:1px #2F7FBC solid;
	border-bottom:1px #B0B1B3 solid;
	-webkit-border-top-left-radius: 7px;  
    -webkit-border-top-right-radius:7px;  
    -moz-border-radius-topleft: 7px;  
    -moz-border-radius-topright: 7px; 
	font-size:18px;
	padding:0 0 0 10px;
}
#des span{
	background:url(../img/common/ic-title-001.gif) left top no-repeat;
	padding:9px 0 9px 40px;  
	display:block;
	font-weight:bold;
}
/*words*/
#words{
	background:#FFFFFF;
	border:1px #2F7FBC solid;
	border-top:none;
	-webkit-border-bottom-left-radius: 7px;  
    -webkit-border-bottom-right-radius:7px;  
    -moz-border-radius-bottomleft: 7px;  
    -moz-border-radius-bottomright: 7px;
	padding:10px;
}
/* --------------------------------
 entry
-------------------------------- */
.entry{
	margin-bottom:10px;
}
.exla{
	background:url(../img/common/ic-title-002.gif) left center no-repeat;
	padding:5px 0px 5px 30px;
	margin-bottom:5px;
}
.exla span{
	background:#FFFF00;
	font-size:14px;
	font-weight:bold;
}
.texts{
	line-height:150%;
}
.texts-tb{
	border:1px #CCCCCC solid;
	padding:1px;
}
.texts table{
	width:100%;
	border:1px #FFFFFF solid;
}
.texts table tr{
}
.texts table th,.texts table td{
	width:25%;
	text-align:center;
	padding:5px;
	border:1px #FFFFFF solid;
}
.texts table th{
	background:#2F7FBC;
	color:#FFFFFF;
}

/* --------------------------------
 points
-------------------------------- */
#points{
	width:265px;
	background:#B9B9B9;
	border:5px #B9B9B9 solid;
	border-radius: 7px;        /* CSS3草案 */  
    -webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 7px;   /* Firefox用 */ 
	float:left;
}

#hog{
	background:#FFFFFF;
	border:1px #B9B9B9 solid;
	border-radius: 7px;        /* CSS3草案 */  
    -webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 7px;   /* Firefox用 */ 
}
.mira{
	/* 通常 */
	background:linear-gradient(#4292D1, #2E7CBA);
	/* webkit用 */
	background:-webkit-gradient(linear, left top, left bottom, from(#4292D1), to(#2E7CBA));
	/* mozilla用 */
	background:-moz-linear-gradient(top, #4292D1, #2E7CBA);
	/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#4292D1, endcolorstr=#2E7CBA));
	/* IE8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#4292D1, endcolorstr=#2E7CBA))";
	zoom: 1;
	border:1px #2F7FBC solid;
	border-bottom:1px #1F537A solid;
	font-size:16px; 
	padding:3px 0 3px 12px;
}
.mira span{
	color:#FFFFFF;
	font-weight:bold;
	background:url(../img/common/ic-subtitle-001.gif) left center no-repeat;
	padding-left:15px;
	display:block;
}
.menu-cont-top .mira{
	-webkit-border-top-left-radius: 7px;  
    -webkit-border-top-right-radius:7px;  
    -moz-border-radius-topleft: 7px;  
    -moz-border-radius-topight: 7px;
}
.menu-cont-top .mira span{
	color:#FFFFFF;
	font-weight:bold;
	background:url(../img/common/ic-subtitle-001.gif) left center no-repeat;
	padding-left:15px;
	display:block;
}
.menu-tit-medium{
	font-size:14px;
	background:#E6F0F9;
	padding:6px 0 6px 10px;
	border-bottom:1px #1F537A solid;
}
.menu-tit-medium span{
	color:#2F7FBC;
	font-weight:bold;
	background:url(../img/common/ic-subtitle-002.gif) left center no-repeat;
	padding-left:15px;
	display:block;
}
.menu-tit-small{
	font-size:13px;
	background:#FFFFFF;
	padding:6px 0 6px 13px;
	border-bottom:1px #1F537A solid;
}
.menu-tit-small span{
	background:url(../img/common/ic-subtitle-003.gif) left center no-repeat;
	padding-left:15px;
	display:block;
}
.menu-tit-small span a{
	color:#333333;
	text-decoration:none;
	display:block;
}
.menu-tit-small span a:hover{
	color:#61A2D6;
	display:block;
}
.menu-cont-bottom .menu-tit-small:last-child{
	border:1px #FFFFFF solid;
	border-top:none;
	border-bottom:none;
	-webkit-border-bottom-left-radius: 7px;  
    -webkit-border-bottom-right-radius:7px;  
    -moz-border-radius-bottomleft: 7px;  
    -moz-border-radius-bottomight: 7px;
}


/* --------------------------------
 footer
-------------------------------- */
#footer{
	width:100%;
	background-color:#2F7FBC;
	text-align:center;
	color:#FFFFFF;
	clear:both;
}
#wo{
	width:900px;
	margin:0 auto;
}
.rks{
	margin-bottom:10px;
	width:880px;
	margin:0 auto;
}

.rks li{
	display:inline; 
	margin-right:5px;
}
.rks a{
	color:#FFFFFF;
}
.rks a:hover{
	text-decoration:none;
}
.kyou{
	clear:both;
	color:#FFF;
}

p.kyou a{
	color:#FFF;
}

#fullSize .formBox .formQuestion select {
	background-color: #FFFFFF;
}

/* --------------------------------
 clearfix
-------------------------------- */
#header-inner:after,
#top:after,
.rks:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #header-inner,
* html #top,
* html .rks{
	zoom: 1;/* IE6 */
}

*:first-child+html #header-inner,
*:first-child+html #top,
*:first-child+html .rks{
	zoom: 1;/* IE7 */
}
