/* CSS Document */


/*　---------------------★コンテナー大枠----------------　*/
#container {
	background : none;}


/*　---------------------★コンテンツ----------------------------　*/
#contents {
	width:780px;
	margin:0px auto ;
	float:none ;}


/*　---------------------★ページタイトル----------------------------　*/
h2.page-ti {
	margin:0px 0px 14px 0px ;
	padding:0.5em 0px ;
	text-align:center;
	font-size:80%;}


/*　---------------------★プロフィール----------------------------　*/

#contents #profile-data {}

#contents #profile-data img {
	margin:8px 16px 8px 0px ;
	float:left;border:1px solid #666 ;}

table#data-tb {
	margin:0px 0px 8px 0px ;
	border:0;
	font-size:80%; }
	
table#data-tb td {
	padding:5px 0px ;
	vertical-align:top;}

table#data-tb td.koumoku { width:60px}

table#data-tb td.h-38px { height:38px}


/*　history　*/
.abox {
	margin : 0px 0px 20px 0px ;
	font-size : 80% ;
	line-height : 1.6em ; 
	clear:both; }

.abox table td {
	background : url("img_common/dot01.gif") repeat-x bottom ; 
	vertical-align:top ;
	padding:3px 0}

.abox .a-title .title { 
	margin : 0 0 0px 0;
	height:35px ;}

.abox .a-title h3 { 
	margin : 0px ;
	padding : 6px 8px ;
	font-size:14px ;
	font-weight:normal;}

.abox .a-body {
	margin:8px 0 0 8px ;}

table td.year {
	width:85px ;}


/*　---------------------★おすすめリンク----------------------------　*/

/*　リンクボックス　*/
#contents #link div {
	margin:0px;
	padding:0px 0px 21px 0px ;
	font-size:90%;}
	
#contents #link div p {
	margin:15px 0px 0px 0px ;}

#contents #link div p span {
	display:block;
	font-weight:600 ;}

	
/*　---------------------★メルマガ　基本設定----------------------------　*/

#merumaga {
 	text-align:center;
	font-size:90%;
	line-height:150%}

#merumaga p {}
	
#merumaga #form {
	margin:15px auto 0px auto ;
	padding:10px 0px ;
 	width:450px;
	font-size:90%}	
	
#merumaga #form table {
	margin:-20px auto 10px auto ;
	text-align:left}	

#merumaga #form table th ,
#merumaga #form table td {
	padding:4px 0px 4px 1em ;}	
	
#merumaga #form table th {
	text-align:right;
	font-weight:normal}

/*　注　意　*/

#merumaga .caution {
	margin:15px auto 15px auto ;
	padding:10px 0px ;
 	width:450px;
	font-size:90%}

#merumaga .caution span {
	font-weight:600;}
	
		