body {
	margin:0px;
	padding: 0px;
	font-size:12px;
	color:#666666;
	background:#f2f2f2;
	font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* よく登場する要素のリセット */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
        list-style-type: none;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img { vertical-align: bottom; }

/* hr 要素は不可視で使う */
hr { display: none; }

/* クリアフィックス */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear:both;
}

a:link {
	color:#dc398c;
	text-decoration:none;
}
a:visited {                 
  color: #bf0566;
}

a:hover {
	color:#bf0566;
	text-decoration:underline;
}

h4 {
	color:#996600;
	font-weight:bolder;
margin:10px 0px;
}

/*-----------------------------------------------------ページ大枠--------------------------------------------------------*/

#wrapper {
	width:800px;
	margin:0px auto;
	background:#ffffff;
	border-right:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
} 

/*-----------------------------------------------------ヘッダ--------------------------------------------------------*/

#header {
	width:800px;
	height:80px;
	margin:0;
	padding:0;
	position:relative;
}

.logobox {
	float:left;
	width:215px;
	height:75px;
	margin-top:10px;
	margin-left:15px;
}

.formbox {
	width:130px;
	height: 50px;
	position:absolute;
	top:35px;
	left:455px;
}
/*
form input {
	border:none;
	margin:0px;
	padding: 0px;
}
*/
.txt01 {
	width:140px;
	height:20px;
	border:0px;
	border: 1px solid #999999;
	margin-bottom: 5px;
	padding:0px;

}

.txt02 {
	width:140px;
	height:20px;
	border:0px;
	border: 1px solid #999999;
	margin:0;
	padding:0px;
}

.txt03 {
	width:15px;
	height:15px;
	border:0px;
	margin: 0px 0px 0px 10px;
	padding:0px;
}

.sb01 {
	width:130px;
	height:25px;
	margin:0px 0px 0px 10px;

}

/*-----------グローバルナビ------------*/

#navi {
	width:525px;
	height:35px;
	text-align:center;
	margin:0;
	padding:0;
	clear:both;
}

#navi li {
	display: inline;
	padding: 0;
}

/*-----------------------------------------------------コンテンツ--------------------------------------------------------*/
#contents {
	width:800px;
	padding:10px 0px;
}
/*---------------------レフトコンテンツ---------------------------*/

#contents_L {
	float:left;
	width:525px;
	margin-top:10px;
	margin-right:15px;
	padding-left:15px;
	display:inline;
	overflow:hidden;
}

.topbox01 {
	width: 525px;
}
.tb a{
	text-decoration:none;
}
.tb{
	margin-top:5px;
}
.tb th{
	padding-left:5px;
	background:url("/image/foryou2/check.gif") no-repeat left ;
	text-indent:20px;
}

.tb td{
	padding:5px;	
}

.tb .co th{
	background:url("/image/foryou2/check.gif") no-repeat left #e8e8e8;
}
.tb .co td{
	background:#e8e8e8;
}
.pbox a{
	text-decoration:none;
}

.pbox td{
	text-align:center;
	margin:0 auto;
}

.mainp {
	line-height:1.5em;
	border-bottom:2px dotted #cccccc;
}
.mainp img{
	margin:5px 0;
}

.regtb {
	width:95%;
	border:1px #cccccc solid;
}
.regtb th{
	padding:5px;
	border:1px #ffffff solid;
	background:#e4e4e4;
	text-align:center;
}
.regtb td{
	padding:5px;
	border:1px #ffffff solid;
	background:#ebebeb;
	text-align:center;
}
.pointbox td{
	padding:10px;
	border-bottom:1px #cccccc solid;
}


/*---------------------ライトコンテンツ---------------------------*/

#contents_R {
	float:right;
	width:230px;
	margin-top:10px;
	padding-right:15px;
	overflow:hidden;
}

.regist {
	width:230px;
	padding:10px 0px 0px 0px;
	background:url("/image/foryou2/regist_bg.jpg") no-repeat top;
}

.manager {
	width:230px;
	height:200px;
	margin-top:10px;
	padding:10px 0px 0px 0px;
	background:url("/image/foryou2/manager.jpg") no-repeat top;
	position:relative;
}
.manager img{
	position:absolute;
	bottom:15px;
	left:35px;
}

.rightcont {
	padding:0;
	margin-bottom:10px;
	width:230px;
}
.rightcont li{
	text-align:center;
	width:230px;
	margin:0 auto;
}
.sidenav li{
	width:230px;
	padding-bottom:5px;
}
/*----------------------------------------------------- フッター --------------------------------------------------------*/

#footer {
	clear:both;
	height:100px;
	margin:20px auto 0px auto;
	text-align:center;
	background:url("/image/foryou2/fotbg.jpg") repeat-x #ffffff;
}

#fotnav {
	width:605px;
	height: 35px;
	text-align:center;
	margin: 0px auto;
	padding:0;
	clear:both;
}

#fotnav li {
	float:left;
	display:inline;
}

.copy {
	clear:both;
	padding:0px 0px 0px 0px;
	margin:15px auto;
	text-align:center;
	width: 310px;
	height: 30px;
	display:block;
	background:url("/image/foryou2/copy.jpg") no-repeat bottom;
	text-indent:-9999px;
}

/*■■■■■■■■■■■■■■■■■■ ログイン後 ■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*-----------------------------------------------------ページ大枠--------------------------------------------------------*/

#wrapper2 {
	width:800px;
	margin:0px auto;
	background:#ffffff;
	border-right:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
	text-align:left;
} 

/*-----------------------------------------------------ヘッダ--------------------------------------------------------*/
.formbox2 {	
	float:right;
	/*width:147px;*/
	margin:35px 15px 0px 0px;
}
.formbox2 li {
	margin:0px 0px 10px 0px;
	text-align:right;
}

.nik {
color:#555555;
}

/*-----------グローバルナビ------------*/
.gnav {
	width:800px;
	height:40px;
	text-align:center;
	padding-top:5px;
	clear:both;
}

.gnav li {
	display: inline;
	padding: 0;
}
/*-----------------------------------------------------コンテンツ--------------------------------------------------------*/
#contents2 {
	width:800px;
	padding:0px;
}
/*---------------------レフトコンテンツ---------------------------*/

#contents2_L {
	float:left;
	width:525px;
	margin-right:15px;
	padding-left:15px;
	display:inline;
}

/*---------------------ライトコンテンツ---------------------------*/

#contents2_R {
	float:right;
	width:230px;
	padding: 0px 15px 0px 0px;
}

.photoupbg {
	width:230px;
	height:185px;
	background-image:url("/image/foryou2/userphoto_bg.jpg");
	background-repeat:no-repeat;
	margin:0px 0px 10px 0px;
}

.photoupbox {
	margin:0px 0px 0p 0px;
}

.photoupbg ul {
	padding:10px 0px 0px 0px;
}

.photoupbox li{
	margin:5px 0px 0px 0px;
	text-align:center;
}

.photo {
	padding:0;
	margin:0;
}

.phototxt a{
	text-decoration:underline;
}
.phototxt a:hover {
	color:#cccccc;
	text-decoration:underline;
}

.informationbox {
	width:230px;
	height:235px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	background:url("/image/foryou2/infomation_bg1.jpg") repeat-y;
	overflow:hidden;
}

.informationbox dd {
	text-indent:15px;
	font-size:14px;
	padding:5px 0;
	margin:0;
	text-align:center;
}

.out {
	width:520px;
	overflow:hidden;
}

.main {
	margin-top:10px;
	padding:20px;
	background:#EEEEEE;
	line-height:1.8em;
}

.main table{
	padding:10px;
}
	
.main table th{
	padding:5px;
	border:1px #D3D3D3 solid;
}

.main table td{
	padding:5px;
	border:1px #D3D3D3 solid;
}




