@charset "utf-8";
/* CSS Document */


html,body {
	line-height: 1.8;
	margin: 0px auto;
	font-size: 16px;
	color: #000;
	background-image:url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	background-attachment:fixed;
	/*background-color:#0c151c;*/
	background-color:#FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


#wrapper {
	text-align: left;
	width:100%;
	min-width: 960px;
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#header{
    text-align: center;
	padding: 0px;
	width: 100%;
	height:50px;
	float:left;
	margin: 0px 0 20px 0;
}
#container {
    text-align: left;
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

#home ul li{
	background:url(../img/icon_home.png) no-repeat left;
	float:left;
	width:700px;
	height:29px;
}
*html #home ul li{
	background:url(../img/icon_home.gif) no-repeat left;
	float:left;
	width:700px;
	height:29px;
}
#home ul li .home_tx{
   padding:6px 0 0 20px
}
#contents {
   width:900px;
   background:url(../img/cont_mid.png) repeat-y;
   padding:0;
   margin-top: 0px;
   margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}   

#primarily{
    width: 834px;
	padding:0;
   margin-top: 20px;
   margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align:left;
}

*html #primarily{
    width: 620px;
	float:left;
	margin:0;
	padding:10px 40px 20px 40px;
}

.ca_icon{
	margin:10px 0 10px 0;
	width: 680px;
	float:left;
}

.ca_icon ul li{
	list-style-type:none;
	float:left;
	text-align:left;
	width:131px;
	padding:10px 0 0 10px;
}

h3 {
	font-size:17px;
	font-weight:bold;
	color: #4383c4;
}
h2 {
	font-size:17px;
	font-weight:bold;
	color: #FF0066;
}
h4 {
	font-size:20px;
	font-weight:bold;
	color: #C90;
}

.box_w{
	background:#93bbd9;
	border:1px solid #014468;
	width:700px;
	height:300px;
	padding:10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.box_z{
	background:#f4fccb;
	border:1px solid #978b05;
	width:700px;
	height:250px;
	padding:10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

a {
	color: #004e9e;
	text-decoration:none;
}
a:hover {
    text-decoration: underline;

}

#keiko_dg{
	background:url(../img/keiko_dg.png) no-repeat;
	width:834px;
	height:549px;
	margin:0;
	padding:130px 0 0 100px;
	}

#keiko_prf{
	background:url(../img/prf_bg.gif) repeat-y top center;
	margin:0;
	padding:0;
}
#keiko_prf .prf_tx{
	margin:0;
	padding:20px 40px 0 ;
}

#box_cnt_1{
	width:790px;
	height:100%;
	border:1px solid #ff0099;
	background: url(../img/ph01.png) bottom right no-repeat #fff5fa;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding:20px 20px 20px 20px;

	
	/* 角丸 */	
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-ms-border-radius:7px;
	-o-border-radius:7px;
	border-radius:7px;
	
	/* ボックスシャドウ */
	box-shadow:5px 5px 10px #dddddd;

	/* グラデーション */
	/*background: #ffccff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffc8d9));
	background-image:    -moz-linear-gradient(top, #ffffff, #ffc8d9);
	background-image:     -ms-linear-gradient(top, #ffffff, #ffc8d9);
	background-image:      -o-linear-gradient(top, #ffffff, #ffc8d9);
	background-image:         linear-gradient(#ffffff, #ffc8d9,25%); 		
	-pie-background:linear-gradient(#ffffff, #ffc8d9);*/

	position:relative;
	behavior:url("PIE/PIE.htc");	
}


.box_sp{
　　position: relative;
　}

.btn_dvd{
　　 position: absolute;
     top: -300px;
	 left: 150px;
　}

.withFlower {
	position: relative;
}

.withFlower:before {
	content: "";
	background: url(../img/bt_dvd.png);
	height: 74px;
	width: 56px;
    position: absolute;
	top: 23px;
    left: 32px;
}



#footer {
	width:100%;
	height:70px;
	padding:0;
	margin:0;
	float:left;
	border-top:#7d6e1d solid 1px;
}

#footer p {
    text-align: center;
	padding: 0px;
	margin:10px 0 5px;
	color:#7d6e1d;
}
#footer a {
	color: #7d6e1d	;
	text-decoration:none;
}
#footer a:hover {
    text-decoration: underline;

}
.footer_cnt{
    text-align: left;
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}



