@charset "UTF-8";

/*=================================================================
	イヴの時間
	・Customize: 2010.07/23
=================================================================*/


/*-----------------------------------------------------------------
		基礎設計
-----------------------------------------------------------------*/

html body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 100% !important;
	color:#333;
	text-align: bottom;
	line-height:150%;
	
}

#c-layout {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: url(../img/bg.jpg) no-repeat center top;
	
}



p {
	margin: 0;
	font-size: 100%;
}

ul{
	margin:0;
	padding:0;}
li {
	list-style:none;
}

dl{
	margin:0;
	padding:0;
}

dt{
	margin:0;
	padding:0;
}

dd{
	margin:5px 0 0 0;
	padding:0;
}

#c-layout a { color:#0000FF; text-decoration:underline;}
#c-layout a:hover { color:#0000FF; text-decoration:none;}

img { border: none;}

strong {
	font-weight: bold;
}

.f_left{
	float:left;
}

.f_right{
	float:right;
}


/*-----------------------------------------------------------------
		メリンエリア
-----------------------------------------------------------------*/
.main-area {
	width: 920px;
	height: 448px;
	margin: 0 auto;
	background: url(../img/main.png) no-repeat left 0px;
	overflow: hidden;
	text-align: left;
}

.main-area h1{
	text-indent: -9999px;
	font-size: 1px;	
}



.main-area img.logo {
	padding-top: 23px;
	padding-left:30px;
}



/*-----------------------------------------------------------------
		本文
-----------------------------------------------------------------*/
#wrapper{
	background:url(../img/main_bg.jpg) left 0 repeat-y;
	width:920px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
}

.c-container {
	width: 880px;
	margin: 0 auto;
	padding:20px 0 0 0;
	text-align:left;
	font-size:85%
}

#topics-box {
	width:860px;
	background:#EAEAEA;
	padding:5px;
	margin:0 auto;
	/*background:url(../img/topics-box.gif) left 0 no-repeat;*/
}
#topics-box p{
	padding:10px;
	background:#F5F5F5;}

#c-layout h2 {
	width: 441px;
	height: 67px;
	padding: 0;
	margin-top:25px;
	margin-bottom:10px;
	text-indent: -9999px;
	font-size: 1px;
	overflow: hidden;
}
#c-layout h2.lec {
	width: 441px;
	height: 67px;
	padding: 0;
	margin-top:10px;
	_margin-top:10px;
	margin-bottom:10px;
	text-indent: -9999px;
	font-size: 1px;
	overflow: hidden;
}

#c-layout .box01 h2 {
	background: url(../img/box01_ttl.png) no-repeat left top;
}

#c-layout .box02 h2 {
	background: url(../img/box02_ttl.png) no-repeat left top;
}

#c-layout .box03 h2 {
	background: url(../img/box03_ttl.png) no-repeat left top;
}

#c-layout .box04 h2 {
	background: url(../img/box04_ttl.png) no-repeat left top;
}

#c-layout dl dt{
	font-weight:bold;
}
#c-layout .color{	
	color:#E3007F;
	font-size:115%;
	font-weight:bold;
}



#c-layout .s_box{
	margin:0 20px;
}


#c-layout #l_box{
	width:500px;
}
#c-layout #r_box{
	width:300px;
}
#c-layout #r_box img {
	margin:5px 0;
}

#c-layout #blue_left{
	width:270px;
}
#c-layout #blue_right{
	width:208px;
}



#c-layout #qr_left{
	width:220px;
}
#c-layout #qr_right{
	width:270px;
}


#c-layout #lec_left{
	width:200px;
}
#c-layout #lec_right{
	width:610px;
}


#c-layout #btn{
	margin:20px 60px 40px 60px;
	text-align:center;
}

#c-layout dt {
	padding-top:6px;
}

#c-layout .txt a{
	background:url(../img/icon.gif) no-repeat right top;
	height:17px;
	padding-right:20px;
}
#c-layout .txt01 a{
	background:url(../img/icon.gif) no-repeat right top;
	height:17px;
	padding-right:20px;
	margin-left:62px;
}

#c-layout p.att{
	padding-bottom:50px;
}
	
#c-layout .pagetop {
	text-align: right;
	font-size:80%;
	padding-bottom:30px;
	vertical-align: middle;
}

#c-layout .pagetop img {
	margin: 0 5px 2px 0;
	_margin: 0px 5px 0 0;
	vertical-align: middle;
}

#c-layout p.att-txt { /* 2010.7/23 募集終了につき追記 */
	text-indent: -1em;
	margin: 0 0 50px 227px;
	color: #E3007F;
	font-size:115%;
	font-weight:bold;
}

/*-----------------------------------------------------------------
		フッター
-----------------------------------------------------------------*/
#c-footer{
	margin:0 auto;
	padding:0;
	background: #FFFFFF url(../img/foot_bg.gif) repeat-y center top;
}

p.footer {
	width:920px;
	height:23px;
	margin:0 auto;
	text-align:center;
	padding: 6px 0 4px 0;
	padding: 6px 0 5px 0;
	font-size:80%;
	/*border:solid 1px #FF0000;*/
	background:url(../img/copyright_bg.png) repeat-y center top;
}


/*-----------------------------------------------------------------
		調整系
-----------------------------------------------------------------*/

/* クリア */
.c-box:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	font-size: 1px;
}
.c-box{display: inline-table;}
 /* Hides from IE-mac \*/
* html .c-box{height: 1%;}
.c-box{display: block;}
 /* End hide from IE-mac */

*:first-child+html .c-box { /* IE7p */
	width: 100%;
}

.clear-both{
	clear: both;
	height: 1px!important;
	display: block !important;
	font-size: 1px!important;
	margin: 0 !important;
}


/* マージン調整 */

.top-10 {margin-top:10px !important;}
.top-15 {margin-top:15px !important;}
.top-20 {margin-top:20px !important;}
.top-30 {margin-top:30px !important;}
.top-50 {margin-top:50px !important;}
.left-5 {margin-left:5px !important;}
.left-10 {margin-left:10px !important;}
.left-15 {margin-left:15px !important;}
.left-20 {margin-left:20px !important;}
.left-25 {margin-left:25px !important;}
.left-35 {margin-left:35px !important;}
.left-60 {margin-left:60px !important;}
.left-75 {margin-left:75px !important;}
.right-10 {margin-right:10px !important;}
.right-20 {margin-right:20px !important;}
.right-30 {margin-right:30px !important;}
.right-45 {margin-right:45px !important;}
.right-75 {margin-right:75px !important;}
.bottom-5 {margin-bottom: 5px !important;}
.bottom-10 {margin-bottom: 10px !important;}
.bottom-15 {margin-bottom: 15px !important;}
.bottom-20 {margin-bottom: 20px !important;}


/* フッターのJSのスペース消し */
.footer-js-box {
	height: 1px;
	overflow: hidden;
}




