@charset "shift_jis";

*{
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	background: #FFF4F4 url(../images/bg.jpg) repeat-y center;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	line-height: 150%;
	color: #333333;
}

img{
	vertical-align: bottom;
	border: 0;
}

ol, ul {
	list-style: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

div.clear{
	clear:both;
	font-size: 1px;
	height: 1px;
	margin: 0px;
	padding: 0px;
}


div.clear img {vertical-align:middle;}

div.line{
	height: 1px;
	background-image: url(../images/border01.gif);
	background-repeat: repeat-x;
	margin-top: 8px;
}
div.line img{
	vertical-align: bottom;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.flcl:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.flcl{
	display: inline-block;
}
/*Hides IE-mac\*/
* html.flcl{
	height: 1%;
}
.flcl{
	display: block;
}
/* End IE-mac */

/* --------------------------------------------------------------------------------- */
/* Header */
div#header{
	padding-bottom: 20px;
	background: url(../images/header_line.jpg) no-repeat left bottom;
	padding-top: 20px;
	position: relative;
	height: 65px;
}
div#header h1{
    background: url(../images/hd_heat.gif) no-repeat right bottom;
}
div#header h2{
	position: absolute;
	top: 70px;
	right: 0px;
}
#pankuzu {
	background:#FFF4F4;
	font-size: 70%;
	color: #990000;
	padding: 3px 7px;
	clear: both;
}
#pankuzu a {
	color:#990000;
}
/* Content */
div#container{
	margin: 0px auto 0;
	width: 1000px;
}
body#diary div#container{
    width: 830px;
}
#mainImg {
	margin-top:15px;
}
#content{
	margin-top: 15px;
	background: url(../images/conents_bg.gif) repeat-y;
	margin-bottom: 20px;
}

/* main Content */
#main_cont{
	width:780px;
	float: right;
}
#main_cont h3{margin-bottom:10px;}
.read {
	font-size:90%;
	padding-bottom: 30px;
	border-bottom: 1px dotted #CCCCCC;
}
.read h4{
	color:#E32C79;
	margin-bottom: 5px;
}
.read .photo {
	width:380px;
	float: left;
}
.read .text_box {
	width:380px;
	float: right;
}
.read .caption {
	font-size:80%;
	color:#333333;
	margin-top: -10px;
	margin-bottom: 10px;

}
.conbination {
	padding-top: 30px;
	clear: both;
}
.lineup {
	padding-top: 30px;
	clear: both;
}
.order,.p_select {
	padding-right:15px;
	text-align: right;
	padding-top: 15px;
	color: #990066;
}

.p_select {
	font-size:80%;
}

.order a {
	color: #663300;
	text-decoration: underline;
	font-size: 100%;
}
.order img {
	vertical-align:baseline;
}

.p_select .navi {
padding:0 4px 0 0;
}
.p_select .next {
	font-weight:bold;
	color:#E32C79;
	text-decoration: none;
}

/* Left Content */
#left_cont {
	width:200px;
	padding-top: 5px;
	padding-bottom: 20px;
	float: left;
}
#left_cont .section {
	width:188px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	font-size: 80%;
	margin:0px 5px 10px 5px;
}
#left_cont a {color:#333333; text-decoration:none;}
#left_cont a:hover {color:#E32C79; text-decoration:underline;}

.section h3 {
	margin-bottom:5px;
}
.section li{
	background: url(../images/arrow.jpg) no-repeat left center;
	padding-left: 15px;
	margin-left: 10px;
	margin-bottom: 5px;
}
.section p{
	margin-left: 7px;
	margin-bottom: 7px;
}
/* Footer */
div#footer{
	margin-bottom: 20px;
	font-size: 0.8em;
	color: #fff;
	background: #FFFFFF url(../images/ft_bg.jpg) repeat-x;
	clear: both;
	border-top: 3px solid #DB0F71;
}
div#footer p{
    padding: 15px 0;
    text-align: center;
}

