
body{
	font-size: 0.8em;
	line-height:1.4;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",Sans-Serif	color: #333333;
	text-align: center;
}

* + html body {
	font-family: "メイリオ","Meiryo";
}



#container{
	width:960px;
	text-align: left;
	margin: 0 auto;
}



/*-------------------------------------
** link
-------------------------------------*/
a.opacity {
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
a.opacity:hover {
	filter: alpha(opacity=50);
    -moz-opacity:0.50;
    opacity:0.50;
}


/*-------------------------------------
** header
-------------------------------------*/
#header{
	width:100%;
	height:262px;
	text-align: center;
	background-image: url(../../../src/default/pc/image/common/header/bg.gif);
	background-repeat: repeat-x;
	background-position: 0 -118px;
	margin-bottom: 10px;
}

#home #header{
	height:388px;
	text-align: center;
	background-position: 0 0px;
}


#header div{
	width:960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#header h1{
	heigght:274px;
	width:274px;
	top:0;
	left:0;
	position: absolute;
	z-index: 10;
}
#header p{
	width:960px;
	top:0;
	left:0;
	position: absolute;
	z-index: 5;
}


/*-------------------------------------
** main
-------------------------------------*/
#main{
	width:720px;
	margin:0 auto 20px;
	overflow: hidden;
	min-height:450px;
}
* html #main{
	height:100%;
}


#home #main{
	width:720px;
	float:left;
	margin-bottom: 20px;

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

/*-------------------------------------
** sidebar
-------------------------------------*/
#sidebar{
	width:220px;
	float:right;
	margin-bottom: 20px;
}

#sidebar div{
	margin-bottom:20px;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	/*behavior: url(/css/PIE.htc);*/
}

#sidebar div#mobile,
#sidebar div#twitter{
	padding:10px 10px 10px 10px;
}

#sidebar div#mobile p,
#sidebar div#twitter p{
	margin: 10px 0 0 0;
}


#sidebar div#mobile{
	background: #fe8315;
}

#sidebar div#twitter{
	background: #00aed2;
}

#sidebar div#banner dt{
	font-weight:bold;
	font-size:1.2em;
}


/*-------------------------------------
** footer
-------------------------------------*/




#footer{
	padding: 20px 0 30px;
	width: 100%;
	background: #00a0da;
	font-weight: bold;
	text-align:center;
}

#footer div{
	width:940px;
	margin:0 auto;
	text-align: left;
	border-top: solid 1px #FFFFFF;
	padding:5px 10px 10px 10px;
}
#footer div p.privacy{
	width:200px;
	float:left;
}

#footer div p.eco{
	width:303px;
	float:right;
}



/*-------------------------------------
** text
-------------------------------------*/

p strong,
td strong {
	color: #DD0000;
}



/*-------------------------------------
** home
-------------------------------------*/
#home h2{
	margin-bottom: 20px;
}

#home #future ul{
	width:680px;
	margin: 0 10px 20px 30px;
}
#home #future li{
	width:680px;
	margin: 0 0 10px 0;
}


#home #post ul{
	width:680px;
	margin: 0 10px 20px 30px;
	border-top: dotted 1px #CCC;
}
#home #post li{
	border-bottom: dotted 1px #CCC;
	padding: 0;
}
#home #post li a{
	display:block;
	padding: 10px 80px 10px 40px;
	background: #FFF url(../../../src/default/pc/image/home/post_bg.gif) no-repeat 10px 50%;
	color: #555555;
	text-decoration: none;
}

#home #post li a:hover{
	background-color: #F8F8F8;
	color: #03c1d7;
	text-decoration: underline;
}

#home #post li a span{
	display:block;
	font-weight:bold;
	color: #03c1d7;
}

#home #post li a span strong{
	color:#FFF;
	font-weight: normal;
	margin-right:5px;
	padding:1px 3px;
	background: #F00;
}

/*-------------------------------------
** privacy
-------------------------------------*/

#privacy #main h2{
	margin-bottom:20px;
}
#privacy #main h3{
	margin-bottom:20px;
}
#privacy #main h4,
#privacy #main p,
#privacy #main ul{
	margin-bottom:20px;
	width:680px;
	margin:0 20px 20px 20px;
}


/*-------------------------------------
** entry
-------------------------------------*/

#entry p.lead{
	margin:0 50px 20px 50px;

}
#entry h2{
	margin:0 0px 20px 0px;
}
#entry h3{
	margin:0 0px 20px 0px;
}
#entry h4{
	margin:0 30px 10px 30px;
}

#entry table{
	width:680px;
	margin:0 20px 20px 20px;
	background: #FFF;

}
#entry th,
#entry td{
	padding: 8px 13px;
	border: solid 1px #CCC;
}
#entry th{
	width:100px;
	background: #00a0da;
	color: #FFF;
	vertical-align: middle;
	text-align: center;
}
#entry.priority th{
	background: #004077;
}
#entry table.TableFriend th{
	background: #fd973f;
}

#entry td{
	vertical-align: middle;
}

#entry th span{
	color: #ffea78;
}
#entry td span{
	color: #ff3939;
}


#entry table input,
#entry table select{
	border:solid 3px #DDD;
}
#entry table input{
	padding: 5px;
}

#entry table input:focus,
#entry table select:focus{
	border:solid 3px #fe8315;
}
#entry.priority table input:focus,
#entry.priority table select:focus{
	border:solid 3px #ff9999;
}


#entry dl{
	padding:20px 10px 10px 10px;
	border: solid 1px #CCC;
	margin:0 100px 10px 100px;
	background: #FFF;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	/*behavior: url(/css/PIE.htc);*/

}
#entry dt{
	width:12em;
	padding: 8px 0 8px 20px;
	font-weight: bold;
	background: url(../../../src/default/pc/image/common/mrk.gif) no-repeat 5px 50%;
}
#entry dd{
	padding-left:13em;
	margin-top: -2em;
	border-bottom:dotted 2px #AAA;
	padding-bottom:10px;
	margin-bottom:5px;
}

#entry #contents .privacy{
	padding:10px;
	height:250px;
	width:660px;
	margin: 0 0 20px 20px;
	background: #FFF;
	border: solid 1px #CCC;
	overflow-y: scroll
}
#entry .privacy h3,
#entry .privacy h4,
#entry .privacy ul,
#entry .privacy p{
	margin:0 0 15px 0;
}
#entry .privacy li{
	margin:0 0 10px 0;
}
#entry .privacy h3{
	color: #FFF;
	background:#00a0da;
	padding: 3px 5px;
}
#entry .privacy h4{
	color: #ff6136;
}



/*-------------------------------------
** error
-------------------------------------*/


#error .notfound {
	padding:20px 10px 10px 40px;
	border: solid 1px #CCC;
	margin:30px 100px 10px 100px;
	background: #FFF;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	/*behavior: url(/css/PIE.htc);*/
	list-style-type: decimal;
}





/*==-----------------------------------------------
clearfix
-------------------------------------------------*/


.clearfix { clear:both; }

.clearfix:after,
#container:after,
#header:after,
#footer:after,
.article:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size:0.1em;
}

.clearfix,
#container,
#header,
#footer,
.article{
display: inline-block;
}

.clearfix,
#container,
#nav,
#header,
#footer,
.article{
display: block;
}


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



#contents .list_btn{
	position:relative;
	overflow:hidden;
}

#contents .list_btn ul{
	position:relative;
	left:50%;
	float:left;
}

#contents .list_btn li{
	position:relative;
	left:-50%;
	float:left;
}

#contents .btn a,
#contents .btn input,
#contents .list_btn ul li a,
#contents .list_btn ul li input{
	display:block;
	background:#e60012;
	text-align:center;
	padding:10px 30px;
	border:none;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	color:#FFF;
	font-weight: bold;
	cursor: pointer;
	text-decoration:none;
	border:solid 2px #e60012;
}

#contents .btn a,
#contents .btn input{
	width: 320px;
	margin: 0 auto 10px auto;
}

#contents .list_btn ul li a,
#contents .list_btn ul li input{
	margin: 10px;
	width: 240px;
}
#contents form dl dt span.red{
	color: #cc0000;
}

#contents .btn a:hover,
#contents .btn input:hover,
#contents .list_btn ul li a:hover,
#contents .list_btn ul li input:hover{
	color:#e60012;
	background:#FFF;
}