/* CSS Document */
@charset "UTF-8";

/* 全体*/
div#container{
	width:960px;
	height:5050px;
	background-color:white;
	margin:0 auto;
}
		
/* 人物イラスト頭身別の外枠 合計2項目分 */
section.magazine{
	width:900px;
	margin:0 auto;
	/*background-color:red;*/
}	

/* 画像センター合わせ用 */

section.picture_magazine1{
	width:500px;
	margin:0 auto;
	/*background-color:red;*/
}	

section.picture_magazine2{
	width:600px;
	margin:0 auto;
}	
	
section.picture_magazine3{
	width:453px;
	margin:0 auto;
}	

section.picture_web{
	width:835px;
	margin:0 auto;
}		

section.picture_seal{
	width:871px;
	margin:0 auto;
}

section.picture_advertisement{
	width:700px;
	margin:0 auto;
}		

section.picture_mobile{
	width:100px;
	margin:0 auto;
}		

section.picture_mobile4{
	width:815px;
	margin:0 auto;
}		

section.picture_mobile3{
	width:610px;
	margin:0 auto;
	/* background-color:yellow;*/	
}									
					
/* 頭身別イラスト 1項目 */		
.A{
	width:900px;
	margin:0 auto;
	/*background-color:yellow;*/	
}
		

/* タイトル　メイン (1行目) 背景あり ※ここは白文字 */
section.line1{	
	witdh:900px;
	height:40px;
	background-image:url(../images/line_1.gif);
	/* border:1px solid blue;*/
}	
	
/* 1行目　左側寄せのタイトル フォントサイズ：大 */
p.title1_left{
	font-size:18px;
	color:#ffffff;
  float:left;
	text-align:left;	
	margin-top:8px;
	margin-left:8px;
}			  

/* 1行目　右側寄せの説明 フォントサイズ：中 */	 
p.title1_right{
	font-size:16px;
	color:#ffffff;
	float:right;
	text-align:right;	
	margin-top:10px;
	margin-right:8px;
}			  

/* タイトル　サブ(2行目)　背景あり ※ここは茶色文字 */
p.line2{	
	witdh:900px;
	height:10px;
	background-image:url(../images/line_2.gif);
	background-repeat:no-repeat;
	background-position:center;
	margin-bottom:5px;
	clear:left;
}	

/* 2行目　左側寄せのタイトル　フォントサイズ：中 */
p.title2_left{
	font-size:16px;
	color:#663300;
	float:left;
	text-align:left;
	margin-left:5px;
	margin-top:5px;
}	
							 		  
/* 2行目　右側寄せの説明  フォントサイズ：中 */	 
p.title2_right{
	font-size:12px;
	color:#663300;
	float:right;
	text-align:right;
	margin-left:5px;
	margin-top:7px;
}	

/*フォント*/		
h3{
	font-size:14px;
	font-weight:bold;
	color:#663300;
	margin:10px
}	


h4{
	font-size:12px; 
	color:#663300;
	text-align:center
	/*margin:5px 0px 5px 30px; */	
}
			
			
/* ページのトップへ戻る  */	 
p.title2_right_totop{
	font-size:10px;
	font-weight:bold;
	color:#663300;
	float:right;
	text-align:right;
	margin-right:15px;
	margin-top:15px;
	margin-bottom:1px;

}	

a:hover{
	color:green;
}
a:link{
	color:#ff9900;
}
a:visited{
	color:gray;
}

a:active{
	color:#7fffd4;
}

				