@charset "utf-8";

/*
 Share Style [  
----------------------------------------------------------- */  
* {   
    margin:0;   
    padding:0;   
} 
h1,h2,h3,h4,h5,h6,p,img,ol,ul,li,a,dl,dt,dd {
    margin: 0;
    padding: 0;
}   
img {   
    border:0;   
}   
address {   
    font-style:normal;   
}   
.clear {   
    clear:both;   
} 
li img {
	vertical-align: bottom;
}
li {
	list-style-type: none;
}

/*  
 Link Color [  
----------------------------------------------------------- */  
a:link {
	color:#333399;
}   
a:visited {
	color:#003399;
}   
a:hover {
	text-decoration:none;
}   
a:active {
	color:#9900CC;
}  



.p {
	margin:0px;
	padding:0px;
}
p {
	padding-top:0px;
	margin-top:0px;
}

div {
	margin:0px;
	padding:0px;
	font-family:verdana; font-size:12px;
}


.clearfloat {
	clear:both;
	height:0px;
}




/* =========== ページレイアウト =========== */

/* ----- body,wrapper ----- */
body {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #333333;
	background-color: #EEF3FF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 12px;
	background-image:url(../img/common_bg.jpg);
	background-repeat:repeat-x;
}
html {
	background-position: center bottom;
}


#wrapper_out {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border:#CCC solid 1px;
}
#wrapper_in {
	background-color: #FFFFFF;
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 95px;
	width: 800px;
}
#head {
	width:800px;
	height:95px;
	}

#head_top {
	width:800px;
	height:61px;
	}

#head_top ul {
	list-style-type:none;
	}

#head_top ul li {
	float:left;
	}

/*h1 title*/
#top h1 {
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 478px;
	height:61px;
}

/*メニューバー*/
#head_navi {
	margin-left: 0px;
	padding-left: 0px;
	width: 800px;
	height: 34px;
}

#head_navi ul li {
	float: left;
	width: 160px;
	list-style-type: none;
}


#head_navi ul li a:hover {
	text-decoration: none;
}




/*ヘッドイメージここまで*/
/*メニューバーここまで*/


#cover {
	padding-top: 7px;
	padding-bottom: 7px;
}

/*左ラインここから*/
#left_box_top {
	margin: 0px;
	float: left;
}

#left_box {
	margin: 0px;
	float: left;
	width: 800px;
	background-image:url(../img/left-bg.jpg);
	background-repeat:repeat-y;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color:#FFF;
}

#left_box_wrapper {
	width: 190px;
	float: left;
}

#left_box #bg {
	background-image: url(../img/l-bg.jpg);
	height: 350px;
	width: 190px;
	margin: 5px 0px 0px 0px;
	float: left;
	text-align: center;
}

#bg-web {
	background-image: url(../img/web-order.jpg);
	background-repeat:no-repeat;
	height: 42px;
	width: 190px;
	float: left;
	text-indent:-9999px;
	padding: 0px 0px 0px 0px;
	line-height:1.25em;
	display: block;
}

#bg-web #link-od a {
	display: block;
	height: 42px;
	width: 190px;
}

#bg-bottom {
	background-image: url(../img/l-contact.jpg);
	background-repeat:no-repeat;
	height: 80px;
	width: 190px;
	margin: 0px 0px 0px 0px;
	float: left;
	text-indent:-9999px;
	display: block;
	}

#left_box dl {
	padding-top: 20px;
	padding-left: 24px;
	line-height: 1.25em;
	font-size:10px;
	color:#666;
	float: left;
}

.bg_photo {
	margin-top: 6px;
}

.photo_bottom {
	margin-top: 10px;
}

#get {
	width: 190px;
	float: left;
}
.blog-bn{width:190px;
text-align:center;
margin-top:10px;
margin-bottom:10px;
float:left;
}
/*左ラインここまで*/



/*センターラインここから*/



#right_box {
	width: 596px;
	padding-left: 13px;
	float: left;
}



/*フッターここから*/

#footer {
	border-top:#CCC solid 1px;
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 60px;
	text-align:center;
	background-color:#FFF;
}
#copy {
	font-family:"ＭＳ Ｐゴシック",Osaka;
	font-size:98%;
	color: #666;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height:160%;
	text-decoration:none;
}

