@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }
body {
	background: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 1.7;
	color:#333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
hr { display: none; }
ul { list-style: none; }
img { border: none; }

/*リンク設定
----------------------------------------------*/
a:link { color:#E5107D; text-decoration: underline;}
a:active { color: #E5107D; text-decoration: underline;}
a:visited { color: #E5107D; text-decoration: underline;}
a:hover { color:#E5107D; text-decoration: none;}

a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}

a:hover.ov { position:relative; top:1px; left:1px; }


/*ページ設定
----------------------------------------------*/
#page {
	width: 100%;
	margin: 0 auto;
}

h1 {
	background: url(../img/stsk_title.png) no-repeat;
	width: 383px;
	height: 183px;
	margin: 50px auto 15px;
	text-indent: -9999px;
}


#mainText {
	background: url(../img/stsk_bg.jpg) no-repeat 0 50px;
	width: 600px;
	height: 500px;
	margin: 0 auto;
}

#mainText p {
	margin-bottom: 1.5em;
}

h2 {
	background: url(../img/stsk_title_info.png) no-repeat;
	width: 296px;
	height: 48px;
	margin: 15px auto;
	text-indent: -9999px;
}

.line {
	background: url(../img/stsk_line_a.png) repeat-x;
	width: 100%;
	height: 10px;
}

.lineB {
	background: url(../img/stsk_line_b.png) no-repeat;
	width: 284px;
	height: 14px;
	margin: 30px auto;
}

#product {
	width: 100%;
	background: #FFD2E3;
}

#kareshi {
	background: url(../img/stsk_logo_kareshi.png) no-repeat;
	width: 250px;
	height: 71px;
	text-indent: -9999px;
}

#danna {
	background: url(../img/stsk_logo_danna.png) no-repeat;
	width: 250px;
	height: 72px;
	text-indent: -9999px;
}

.cd {
	width: 600px;
	margin: 0 auto 15px;
/*----clearfix-----*/
_height: 1px;
min-height: 1px;
}
.cd:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
/*----clearfix-----*/

.cd h3 {
	float: left;
}

.cd p {
	text-align: left;
}

.cdInfo {
	width: 540px;
	margin: 0 auto 30px;
/*----clearfix-----*/
_height: 1px;
min-height: 1px;
}
.cdInfo:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
/*----clearfix-----*/

.cdInfo li {
	width: 180px;
	float: left;
	color: #E5107D;
	font-size: 10px;
}

#portal {
	margin: 30px auto;
	font-size: 10px;
}





