@charset "utf-8";
/* CSS Document */

.left{
	float:left;
}

.right{
	float:right;
}

.t_left{
	text-align:left;
}

.t_center{
	text-align:center;
}

.t_right{
	text-align:right;
}

.abs{
	position:absolute;
}

.d_block{
	display:block;
}

.red{
	color:#E40011;
}

.orange{
	color:#F6B424;
}

.bold{
	font-weight:700;
}

.w200{
	width:200px;
}

.w230{
	width:230px;
}

.w300{
	width:300px;
}

.w390{
	width:390px;
}

.w490{
	width:490px;
}

.w550{
	width:550px;
}

.w640{
	width:640px;
}

.mb5{
	margin-bottom:5px;
}

.mb10{
	margin-bottom:10px;
}

.mt30{
	margin-top:30px;
}

h2{
	margin:0 0 10px 0;
}

body{
background-color:#fff2c5;
text-align:center; /*IE*/
}

#footer-navi{
margin-top:0;
}

#cp_wrapper {
	/*background:url(../images/bg.gif) repeat center center;*/
	padding-bottom:15px;
	background-color:#a9ce52;
}

/*ヘッダーメニュー
----------------------------------------*/
#cp_headermenu{
width:100%;
height:50px;
background-color:#9ad9ff;
}
#cp_headermenu ul{
width:980px;
margin:0 auto;
padding:0 26px 0 18px;
}
#cp_headermenu li{
display:inline;
float:left;
}
#cp_headermenu li a{
display:block;
width:276px;
height:50px;
margin-right:20px;
text-indent:-9999px;
background:url(../images/header_menu.gif) no-repeat;
}
/*off*/
#cp_headermenu .m1 a{background-position: -20px top;width:88px;}
#cp_headermenu .m2 a{background-position:-130px top;}
#cp_headermenu .m3 a{background-position:-426px top;}
#cp_headermenu .m4 a{background-position:-722px top;margin-right:0;}
/*on*/
#cp_headermenu .m2 a:hover{background-position:-130px bottom;}
#cp_headermenu .m3 a:hover{background-position:-426px bottom;}
#cp_headermenu .m4 a:hover{background-position:-722px bottom;}
/*--------------------------------------*/



#cp_content {
	width:921px;
	background-color:#fffde8;
	margin:0 auto;
	padding:0 51px 80px 52px;
	text-align:left;
}

.twitter-share-button{
	margin-left:13px;	
}

.backhome {
/*position:absolute; bottom:16px; right:22px;*/
text-align:right;
width:1024px;
margin:0 auto;
padding:80px 0 0 0;
}

.cp_btm_l_content {
margin:80px auto 0;
border:1px solid #9D9D9D;
background-color:#fff;
width:728px;
}
.cp_btm_l_content h3{
text-align:center;
background-color:#9cf;
}
.cp_btm_l_content h4{
color:#E40011;
font-size:100%;
font-weight:normal;
margin-top:1.5em;
}
.cp_btm_l_content h5{
font-size:100%;
margin-top:1em;
}
.cp_btm_l_content .link{
margin:1em 0;
text-align:center;
}
.cp_btm_l_content .link a{
color:#33c;
}

.cp_btm_l_content .inner:after {  
	visibility: hidden;  
	display: block;  
	font-size: 0;  
	content: " ";  
	clear: both;  
	height: 0;  
}  
* html .inner { zoom: 1; } /* IE6 */  
*:first-child+html .inner { zoom: 1; } /* IE7 */  

.cp_btm_l_content img.left {
margin:0 0 0 20px;
display:inline;
}

.cp_btm_l_content .txtbox {
padding:24px;
}

.cp_btm_l_content .txtbox h3 {
margin:0 0 5px 0;
}
.cp_btm_l_content .txtbox h3.txt {
color:#003c95;
margin:15px 0 5px 0;
font-weight:bold;
}

.mt1 {
margin:1em 0 0 0;
}
.mt15 {
margin:1.5em 0 0 0;
}

.pl10{
	padding-left:10px;	
}

.pt10{
	padding-top:10px;	
}

.pb10{
	padding-bottom:10px;	
}

