@charset "UTF-8";
/* reset css */
html {
 color:#000;
 background:#000;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{
margin:0;padding:0;
}

table{
border-collapse:collapse;border-spacing:0;
}

fieldset,img{
border:0;
}

img {
 display: block;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup{
 font-style:inherit;font-weight:inherit;
}

del,ins{
 text-decoration:none;
}

li{
 list-style:none;
}

caption,th{
text-align:left;
}

h1,h2,h3,h4,h5,h6{
 font-size:100%;font-weight:normal;
}

q:before,q:after{
 content:'';
}

abbr,acronym{
 border:0;font-variant:normal;
}

sup{
 vertical-align:baseline;
}

sub{
 vertical-align:baseline;
}

legend{
 color:#000;
}

input,button,textarea,select,optgroup,option{
 font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;
}

input,button,textarea,select{
 *font-size:85%;
}

p {
 margin: 0;
 padding: 0;
}

/* clearfix */

.pkg:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.pkg{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.pkg { display: block; }
/* End hide from IE-mac */

/*  */

body {
 text-align: center; /* center on ie */
 font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, verdana ,arial ,sans-serif,  HiraKakuPro-W3;
 line-height:100%;
 font-size:small;
 _font-size: 75%;
 line-height:140%;
	background: #f2f2f2;
}

/* header */
#header {
	background: url("http://www.starmark.jp/img/head_bg.png") repeat-x gray;
	height: 100px;
	width: 100%;
}

#header_inner {
	text-align: left;
	width: 940px;
	margin: 0 auto;
}

#head_text {
	height: 33px;
	line-height: 33px;
	color: white;
	font-size: xx-small;
}

#head_logo h1 {
	float: left;
	display:block;
	width:330px;
	height:59px;
	text-indent:-9999px;
	overflow:hidden;
	background: url("http://www.starmark.jp/img/logo.gif") no-repeat;
}

#head_logo h1 a {
	display:block;
	width:330px;
	height:59px;
	text-indent:-9999px;
	overflow:hidden;
	background: url("http://www.starmark.jp/img/logo.gif") no-repeat;
}

#head_nav {
	float: right;
	width: 540px;
	height: 20px;
	margin-top: 39px;
}

ul#nav {
	width:540px;
}
	
ul#nav li {
	display:inline;
	float:left;
	list-style:none;
}

ul#nav li a {
	display:block;
	height:20px;
	text-indent:-9999px;
	overflow:hidden;
}

ul#nav li#nav01 a {
	width:170px;
}

ul#nav li#nav02 a {
	width:190px;
}

ul#nav li#nav03 a {
	width:180px;
}

ul#nav li#nav01 a { background:url(http://www.starmark.jp/img/head_nav.gif) no-repeat 0 0; }
ul#nav li#nav02 a { background:url(http://www.starmark.jp/img/head_nav.gif) no-repeat -170px 0; }
ul#nav li#nav03 a { background:url(http://www.starmark.jp/img/head_nav.gif) no-repeat -360px 0; }

ul#nav li#nav01 a:hover { background:url(http://www.starmark.jp/img/head_nav.gif) no-repeat 0 -20px; }
ul#nav li#nav02 a:hover { background:url(http://www.starmark.jp/img/head_nav.gif) no-repeat -170px -20px; }
ul#nav li#nav03 a:hover { background:url(http://www.starmark.jp/img/head_nav.gif) no-repeat -360px -20px; }

/* container */
#container {
	width: 100%;
}

#container_inner {
	width: 798px;
	margin: 0 auto;
}

.content_box {
	text-align: left;
	margin-bottom: 20px;
	padding: 30px;
	background: white;
	border: 1px solid #b3b3b3;
}

.content_text {
	float: left;
	width: 350px;
}

.content_text2 {
}

.content_text h2 {
	font-size: 14px;
	border-bottom: 1px solid #666666;
	margin-bottom: 10px;
}

h1#izodiac {
	width:350px;
	height:25px;
	_height: 35px;
	text-indent:-9999px;
	overflow:hidden;
	background: url("http://www.starmark.jp/img/h1_izodiac.gif") no-repeat;
	background: url("http://www.starmark.jp/img/h1_izodiac_ie6.gif") no-repeat;
	border-bottom: 2px solid #666;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

h1.title {
	width:350px;
	height:25px;
	_height: 35px;
	border-bottom: 2px solid #666;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.content_photo {
	float: right;
	width: 350px;
}

#footer {
	background: url("http://www.starmark.jp/img/foot_bg.gif") repeat-x;
	width: 100%;
	height: 100px;
	background-color:#000;
}

.same_foot{
	height:20px;
	padding:5px 0px 5px 0px;
}

.same_foot a{
	color:#FFF;
	font-size:12px;
	text-decoration:none;
}

.same_foot a:hover{
	text-decoration: underline;
}


.same_foot span{
	margin:5px 5px 0px 5px;
}


#footer_inner {
	width: 940px;
	height: 27px;
	margin: 0 auto;
	padding-top: 2px;
	line-height: 27px;
	color: white;
}

ul#foot_nav li {
	font-size: 10px;
}

ul#foot_nav li a {
	color: white;
	text-decoration: none;
}

ul#foot_nav li a:hover {
	color: #999;
}

ul#foot_nav li#f_nav01,ul#foot_nav li#f_nav02,ul#foot_nav li#f_nav03 {
	display:inline;
	float:left;
	list-style:none;
	margin-right: 30px;
}

ul#foot_nav li#f_nav04 {
	display:inline;
	float:right;
	list-style:none;
}

h1.oomidashi {
	padding:10px 0 1px 0;
	margin-bottom: 5px;
	font-size:20px;
}

#container .midashi {
	padding:15px 0 1px 0;
	margin-bottom: 7px;
	font-size:13px;
	border-bottom:1px solid #999;
}

#container .text {
	font-size:11px;
	color: #333;
}

h1#kokuti {
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	margin: 10px 0 40px 0;
}

.botton_more {
	display:block;
	height:40px;
	width: 350px;
	text-indent:-9999px;
	overflow:hidden;
	margin-top: 10px;
}

.botton_more { background:url(http://www.starmark.jp/img/botton_more.gif) no-repeat 0 0; }
.botton_more:hover { background:url(http://www.starmark.jp/img/botton_more.gif) no-repeat 0 -40px; }

.botton_buy {
	display:block;
	height:40px;
	width: 350px;
	text-indent:-9999px;
	overflow:hidden;
	margin-top: 10px;
}

.botton_buy { background:url(http://www.starmark.jp/img/botton_buy.gif) no-repeat 0 0; }
.botton_buy:hover { background:url(http://www.starmark.jp/img/botton_buy.gif) no-repeat 0 -40px; }

#pan_list {
	text-align: left;
	height: 28px;
	width: 100%;
}

#pankuzu {
	line-height: 28px;
}

#pankuzu li {
	display:inline;
	list-style-type:none;
	color: #333;
}

#pankuzu li a {
	padding-right:10px;
	color: #333;
	text-decoration: none;
	background:url(http://www.starmark.jp/img/marker.gif) no-repeat right center;
}

#pankuzu li a:hover {
	color: #999;
	background:url(http://www.starmark.jp/img/marker.gif) no-repeat right center;
}

.movie{
	margin:0 auto;
}
