/* CSS Document */

/*******************************
/* 共通設定
*******************************/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}


html{
	-webkit-text-size-adjust: 100%;
	background-color:#ffffff;
	background-image: url(../imgfiles/bg.gif);
	background-position: 50% 0%;
	background-repeat: repeat-y;
	position: relative;
	margin: 0 auto;
}

body {
	font-family:'ヒラギノ丸ゴ Pro W4', 'Hiragino Maru Gothic Pro','Verdana','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
	color: #555555;
	font-size: 12px;
	line-height: 200%;
	margin: 0px;
	padding:0px;
}

#main-box{
	width: 920px;
	padding:0px;
	margin: 0 auto;
	border: 0px #cccccc solid;
}

.float-crear{
	clear: both;
}

table {
	border-collapse:collapse;
}

th,td {
	margin: 0px;
	padding: 0px;
}

img {
	border:0px;
	vertical-align: top;
}

.img-r_over a:hover img {
opacity:0.70; /* CSS3 */
}


p{
	margin: 0px;
	padding: 0px;
}

p.strong{
	font-weight: bold;	
}

p.strong14{
	font-weight: bold;	
	font-size: 14px;
}

a:link {
	color: #bb9933;
	text-decoration: none;
}
a:visited {
	color: #bb9933;
	text-decoration: none;
}
a:hover {
	color: #cc8800;
	text-decoration: underline;
}



h1{
	height: 30px;
	color: #6666aa;
	font-size: 12px;
	font-weight: normal;
	line-height: 30px;
	padding-left: 10px;
	float: left;
}

h1 a:link {
	color: #ffffff;
	text-decoration: none;
}
h1 a:visited {
	color: #ffffff;
	text-decoration: none;
}
h1 a:hover {
	color: #ffffff;
	text-decoration: none;
}



h2{
	color: #665555;
	font-size: 16px;
	height: 44px;
	line-height: 44px;
	margin: 30px 0px 0px 0px;
	padding: 2px 0px 0px 17px;
	background:url("../imgfiles/h2-bg.png") top left no-repeat;
}

h3{
	font-size: 14px;
	line-height: 25px;
	margin: 0px;
	padding: 6px 6px 6px 10px;
	background-color: #f0f0e0;
}

.txt-red{
	color: #ff3300;
}

.txt-14{
	font-size: 14px;
}
.txt-14-o{
	font-size: 14px;
	color: #ff3300;
}
.txt-14-bo{
	font-weight: bold;
	font-size: 14px;
	color: #ff6600;
	line-height: 200%;
}





/*******************************
/* header
*******************************/

.header{
	width: 920px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border: 0px #cccccc solid;
	overflow: hidden;
}

.header-link-box{
	width: 920px;
	height: 30px;
	background:url("../imgfiles/header-link-bg.png") top left repeat-y;
	overflow: hidden;
}

.header-link{
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	color: #ffffff;
	text-align: right;
	padding: 0px 10px 0px 0px;
	border: 0px #cccccc solid;
}
.header-link a:link {
	color: #ffffff;
	text-decoration: none;
}
.header-link a:visited {
	color: #ffffff;
	text-decoration: none;
}
.header-link a:hover {
	color: #ff6600;
	text-decoration: none;
}

.facebook-iine{
	margin: 10px 0px 0px 0px;
	border: 0px #cccccc solid;
	float: left;
}



/*******************************
/* main
*******************************/

.main{
	width: 920px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px #cccccc solid;
	background-color: #ffffff;
	overflow:hidden;
}

/*******************************
/* main-side
*******************************/

.main-side{
	width: 210px;
	border: 0px #cccccc solid;
	float: left;
	overflow:hidden;
	background:url("../navi/s-bg.png") top left repeat-y;
	border: 0px #cccccc solid;
}

.main-side a:hover img {
opacity:0.70; /* CSS3 */
}

.main-side-space{
	width: 250px;
	height: 200px;
	margin-top: 0px;
	border: 0px #cccccc solid;
	background:url("../navi/s-bg.png") top left repeat-y; 
}

.main-side-end{
	width: 250px;
	height: 200px;
	margin-top: 0px;
	border: 0px #cccccc solid;
	background:url("../navi/s-bg-bottom.png") top left no-repeat; 
}

/*******************************
/* main-center
*******************************/

.main-center{
	width: 650px;
	margin: 0px 30px 0px 30px;
	padding: 0px;
	border: 0px #cccccc solid;
	float: right;
	overflow:hidden;
}

.main-center-box{
	margin: 0px;
	padding: 10px;
	background-color :#fffff0;
	border: 0px #cccccc solid;
	overflow:hidden;
}

.main-center-box-shadow{
	width: 640px;
	height: 20px;
	margin: 2px 0px 30px 0px;
	border: 0px #cccccc solid;
	background:url("../imgfiles/shadow.png") top center no-repeat; 
}

/*******************************
/* footer
*******************************/

div#footer{
	width: 920px;
	margin-top: 60px;
}

.footer-back{
	width: 920px;
	height: 24px;
	text-align: right;
	border-bottom: 5px #ddbb33 solid;
}

.footer-link{
	width: 920px;
	padding:20px 0px;
	background-color: #ffffff;
	text-align: center;
	border: 0px #cccccc solid;
	overflow: hidden;
}

.footer-box{
	width: 500px;
	margin: 0px auto 0px;
	float: right;
	overflow: hidden;
	border: 0px #cccccc solid;
}
.footer-txt{
	width: 350px;
	text-align: left;
	padding: 5px 0px 0px 10px;
	float: left;
	border: 0px #cccccc solid;
	overflow: hidden;
}
.footer-txt p{
	line-height: 22px;
}
.footer-rogo{
	float: left;
}


.footer-copy{
	width: 920px;
	height: 40px;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	border-top:3px #d0c090 solid;
	background-color: #a09060;
}
.footer a:link {
	color: #555522;
	text-decoration: none;
}
.footer a:visited {
	color: #555522;
	text-decoration: none;
}
.footer a:hover {
	color: #555522;
	text-decoration: none;
}
.footer strong {
	font-weight: normal;
}



