﻿@charset "utf-8";

/* --------------------------------------------------------------------

# Suparuberry CSS#

-------------------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}

/* Reset */
body {
font-size:0.9em;
margin:0;
padding:0;
/*background:#EED4E1;*/
/*background:#C8FA5C;*/
background:#E3C7B4;
}

/* FontSizeSetting */
h1,h2,h3,h4,h5,h6,p,pre,button,caption,input,option,select,textarea,dl,ol,ul,table,tr,form,fieldset,legend {
font-size: 1em;
font-family: "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
color:#333333;
}

/* FontSizeSetting */
address,blockquote,dd,dt,li,td,th {
font-size: 1em;
font-family: "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}


#wrap {
width:820px;
margin-right:auto;
margin-left:auto;
position:relative;
background-image:url('commonimages/contents_back.gif');
background-repeat:repeat-y;
}

#header {
	width:820px;
	height:150px;
	background-image:url('commonimages/header_back.gif');
	background-repeat:no-repeat;
}

#header_logo {
	border:0;
	position:absolute;
	top:10px;
	left:250px;
	z-index:7;
}

#left_bar {
	width:200px;
	/*height:950px;*/
	float:left;
}

#bottom_belt {
    width:800px;
    clear:both;
	background:#A5CC0F;
	height:30px;
	margin-left:11px;
}

#copy_right {
	float:right;
	background:#D70A2A;
	width:250px;
	height:23px;
	color:#ffffff;
	font-family:"ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size:0.9em;
	text-align:center;
	padding-top:7px;
}

#top_cara {
	position:absolute;
	top:5px;
	left:600px;
}

#top_photo {
    position:absolute;
	top:150px;
	left:50px;
	z-index:4;
}

#contents {
	width:585px;
	margin-top:220px;
	margin-left:11px;
	float:left
}

/*Footer*/

#footer {
	width:820px;
	height:70px;
	background-image:url('commonimages/footer_back.gif');
    background-repeat:no-repeat;
}

#footer p {
	font-size:1em;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}

#footer p a {
	text-decoration:none;
	color:#551001;
}

#footer p a:visited {
	text-decoration:none;
	color:#551001;
}

#footer p a:hover {
	text-decoration:underline;
	color:#ff0000;
}


/*Contents*/

.title_header {
	margin-left:20px;
	margin-top:40px;
}

.topic_descriptions {
	margin-top:15px;
	margin-left:20px;
	width:550px;
	line-height:1.5em;
}

.second_header {
	margin-left:22px;
	margin-top:10px;
}

.subtopic_wrap {
	width:550px;
	margin-top:-10px;
	margin-left:18px;
}

#lastSubtopic_wrap {
	width:550px;
	margin-top:-10px;
	margin-left:18px;
	margin-bottom:30px;
}


.second_subHeader {
	width:550px;
	height:66px;
	text-indent:-9999px;
}

.subtopic_wrap p, #lastSubtopic_wrap p {
	width:485px;
	background-image:url('commonimages/topics_back.png');
	background-repeat:no-repeat;
	background-position:bottom;
	padding-left:35px;
	padding-right:30px;
	padding-top:0.5em;
	padding-bottom:35px;
	line-height:1.5em;
}

.red {
	color:#d70a2a;
}

.light_green {
	color:#199A63;
}

#counter {
	position:absolute;
	top:0px;
	left:-9999px;
}


/*Switching Button
-------------------------------------------*/

div#spLinkBlockInPc {
	display:none;
}

a#anchorToSpInPc {
	color: #ffffff;
	padding: 3px 3px;
	text-decoration:none;
	font-size:160%;
	font-weight:normal;
	background: -moz-linear-gradient(
		top,
		#ffbdf5 0%,
		#ff82ec 25%,
		#fc46e1);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffbdf5),
		color-stop(0.25, #ff82ec),
		to(#fc46e1));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #ffffff;
	-moz-box-shadow:
		0px 3px 5px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,000,217,1);
	-webkit-box-shadow:
		0px 3px 5px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,000,217,1);
	box-shadow:
		0px 3px 5px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,000,217,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
	position:absolute;
	top:20px;
	left:20px;
	z-index:10;
}


/*Hack for Opera*/

@media screen and (min-width: 350px){


}