@charset "utf-8";
/* formatting style
----------------------------*/

* {
	font-style: normal;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0px;
	padding: 0px;
}
body {
	color: #666;
	font-size: 100%;
	letter-spacing:3px;
}

/* link style
----------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:active {
	color: #333;
	text-decoration: underline;
	position: relative;
	left: +1px;
	top: +1px;
}

a.anchor_index{
    display: block;
    padding-top: 51px;
    margin-top: -51px;
}


/* h_style
----------------------------*/

h2 {
	font-size:1.3em;
}

h3 {
	font-size:1.2em;
}

h4 {
	font-size:1.1em;
}

h5 {
	font-size:1.0em;
}


/* index_style
----------------------------*/
#container {
	width: 800px;
	margin:auto;
}


#header {
	width:800px;
}

#header_img {
	width:100%;
	padding-top:62%;
	background-image:url(http://comprasha.com/img/header_img.jpg);
	background-size:cover;
}

#content {
	width:768px;
	height:auto;
	margin:auto;
	margin-top:20px;
	margin-bottom:100px;
	line-height:2.3em;
	clear:both;
}

#content_dt {
	width:300px;
	height:auto;
	margin:auto;
	margin-top:20px;
	margin-bottom:100px;
	line-height:2.3em;
	float:left;
}

#content_dd {
	width:450px;
	height:auto;
	margin:auto;
	margin-top:20px;
	margin-bottom:100px;
	line-height:2.3em;
	float:right;
}

#left {
	float:left;
	margin-right:20px;
}


/* menu_style
----------------------------*/


#menu {
	font-size:0.8em;
	height: 51px;
	width: 800px;
	float:right;
	background-color: rgba(255,255,255,0.9);
	border-bottom: thin solid #666;
}

#menu ul li {
	float: left;
	list-style: none;
}

#menu ul li a {
	line-height: 51px;
	display: block;
	font-weight: normal;
	width:114px;
	text-align: center;
}


/* slyde show_style
----------------------------*/

#topic {
	width: 768px;
	height:469px;
}

#imgPhoto {
    position:relative;
    z-index:100;
    width:768px;
    height:469px;
    overflow:hidden;
}

#imgPhoto ul {
    position:relative;
    width:768px;
    height:469px;
    padding:0;
    margin:0;
}
 
#imgPhoto li {
    position:absolute;
    display:none;
    left:0px;
    top:0px;
}




.slideshow {
	position: relative;
	width: 450px; /* 画像の横幅 */
	height: 275px; /* 画像の縦幅 */
}

.slideshow img {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 1s; /* フェードの時間(秒) */
}

.slideshow .show {
	opacity: 1;
	z-index: 1;
}




/* foot_style
----------------------------*/

#foot {
	width: 100%;
	clear: both;
	border-top: 2px solid #999;
}
#foot_inner{
	padding-top:10px;
	padding-bottom:10px;
}
#add {
	text-align: center;
}