@charset "euc-jp";

/* 全体設定
---------------------------------------------------- */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:12px;
}
/* for IE6 12pxに変換*/
* html h1,h2,h3,h4,h5,h6 {
    font-size: 86%;
}

/* for IE7 12pxに変換 */
*:first-child+html h1,h2,h3,h4,h5,h6 {
    font-size: 86%;
}
body {
	background-image: url(../images/common/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F3E8E8;
}
#wrapper {
	width: 100%;
	font-size:12px;
	line-height: 1.4;
	font-family: "メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック";
	margin: 0px;
	padding: 0px;
	color:#333;
	text-align: center;
}
/* for IE6 12pxに変換*/
* html #wrapper {
    font-size: 86%;
}

/* for IE7 12pxに変換 */
*:first-child+html #wrapper {
    font-size: 86%;
}
#wrapper a:link{
	/*	color: #32891D;*/
	text-decoration: none;
	color: #CF6788;
}
#wrapper a:visited{
	/*	color: #32891D;*/
	text-decoration: none;
	color: #CF6788;
}
#wrapper a:hover{
	color: #E10849;
	text-decoration: underline;
}
/* ヘッダー
---------------------------------------------------- */
#header{
	width: 842px;
	background-image: url(../images/common/head.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

/* メイン
---------------------------------------------------- */
#main{

}
/* ナビ
---------------------------------------------------- */
#navi{
	background-image: url(../images/common/navibg.jpg);
	background-repeat: repeat-x;
	height: 61px;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
}
#navi ul{
	margin-right: auto;
	margin-left: auto;
	width: 815px;
	margin-top: 7px;
	list-style-type: none;
}
#navi li{
	float: left;
	margin-right: 4px;
}
#navi li.rr{
	float: left;
	margin-right: 0px;
}
/* コンテンツ
---------------------------------------------------- */
#contents{
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;

}
/* サイド
---------------------------------------------------- */
#side{
	float: left;
	width: 225px;
	background-image: url(../images/common/sidebg.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-left: 5px;
	min-height:610px;
	height: auto !important;
	height: 610px;
	margin: 0px;
}
#side02{
	width: 216px;
	background-image: url(../images/common/side02bg.jpg);
	background-repeat: repeat-y;
	background-position: bottom;
	clear: both;
	margin-top: 5px;
	text-align: center;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#side02inner{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
}
#side02 h2{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#side02 dl{
	width: 214px;
	font-size: 12px;
	margin-top: 0px;
}
#side02 dt{
	float: left;
	clear: both;
	width: 75px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E58F99;
	height: 20px;
	text-align: left;
	margin-left: 10px;
	display: inline;
}
#side02 dd{
	float: left;
	width: 120px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E58F99;
	height: 20px;
	margin-bottom: 5px;
}
#side02 dt.dt02{
	height: 50px;
	display: inline;
	margin-top: 5px;
}
#side02 dd.dd02{
	height: 50px;
	margin-top: 5px;
}
#side02 dt.dt03{
	height: 40px;
}
#side02 dd.dd03{
	height: 40px;
}
#side02 dt.dt04{
	border-bottom-style: none;
}
#side02 dd.dd04{
	border-bottom-style: none;
}

.mb10{
margin: 0 0 10px 0;
}

.mtb10{
margin: 10px 0 10px 0;
}

/* コンテンツ中
---------------------------------------------------- */
#content{
	float: left;
	min-height:620px;
	height: auto !important;
	height: 620px;
	background-image: url(../images/common/contetntbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
	width: 600px;
	text-align: center;
}

#content2{
	float: left;
	background-color: #FFFFFF;
	width: 600px;
	text-align: center;
}

/* footer
---------------------------------------------------- */
#footer{
}
#footer p{
	color: #FF6F9F;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
/* 
---------------------------------------------------- */
.clear{
	clear: both;
}
.left{
	float: left;
}
.right{
	float: right;
}
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.btn {
	text-align: center;
}
/* クリアフィックス
---------------------------------------------------- */
div:after {
  content: ".";  /*for IE 5.5-7*/
  display: block;  
  clear: both;
  height: 0;
  visibility: hidden;
}

.div {
  min-height: 1px;
}

* html .div {
  height: 1px;
  height: auto;
  overflow: hidden;
  }
/* 画像関係
---------------------------------------------------- */
.imgover {
	margin: 0px;
	padding: 0px;
}
img  {vertical-align: top;}


/* 
---------------------------------------------------- */
.txt12 {
	font-size: 12px;
	line-height: 18px;
}
.frame02 {
	background-image: url(../images/profile/frame02.jpg);
	background-repeat: repeat-y;
	font-size: 12px;
}
.frame03 {
	background-image: url(../images/profile/frame03.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 20px;
	padding-left: 20px;
}
.formtxt {
	color: #E12A60;
	font-size: 12px;
}
input,textarea{
	border: 1px solid #FFBFBF;
}

