@charset "UTF-8";
/* CSS Document */

#wrapper{
	width:960px;
	margin:0 auto;
	background-image:url(../../../images/main/zentai_haikei.png);
}

/*-----------------ヘッダー-------------------------*/


/*-----------------トップ---------------------------*/
#top{
	width:900px;
	margin:0 auto;
	margin-bottom:20px;
	text-align:center;
	
}

/*---------------愛とはコミュニケーションを---------*/

#navi{
	width:560px;
	text-align:left;
	color:#563e1a;
	font-size:18px;
	line-height:1.5em;
	position:absolute;
	top:540px;
	margin-left:30px;
}

/*----------------趣味の題-----------------------*/
#title{
	margin-top:90px;
	float:left;
}

#read{
	width:220px;
	float:right;
}

#title_1{
	display:none;
}

/*----------------リード文--------------------*/

/* safari only \*/
/*\*/ html* #read{
	
 width:200px;
 height:160px;
 float:right;
 padding:10px 0 0;
 margin-left:2px;
 text-align:center;
 cursor: pointer;

}

.menu:first-child {
 margin-left:0;
}


.content {
 background-image:url(../../../images/jikohyogen/09_main_kihonwotaisetsuni/kihonwotaisetsuni_fukidashi_dai.png);
 width:380px;
 height:300px;
 top:500px;
 left:180px;
 padding:10px;
 position:absolute;
}

.content h1{
	padding-top:70px;
	padding-left:50px;
}


.content p{
	padding-left:30px;
	padding-top:10px;
}

/*--------------メインコンテンツ丸-----------------*/
#main{
	float:left;
	font-size:13px;
	width:640px;
	margin-left:40px;
	margin-bottom:30px;
}



#maincontent1{
	width:320px;
	height:260px;
	background-position:bottom;
	background-image:url(../../../images/jikohyogen/09_main_kihonwotaisetsuni/waku_sonosakino.png);
	background-repeat:no-repeat;
	float:left;
}

	
#maincontent1 h1{
	padding:50px 0 0 40px;
	font-size:large;
	margin-bottom: 0;
}

#maincontent1 p{
	padding:20px 20px 0px 50px;	
}

.tsuzuki1{
	font-size:13px;
	color: #f6ae1c;
	margin-left: 120px;
}

#maincontent2{
	width:320px;
	height:260px;
	background-position:bottom;
	background-image:url(../../../images/jikohyogen/09_main_kihonwotaisetsuni/waku_karadawo.png);
	background-repeat:no-repeat;
	float:right;
}

#maincontent2 h1{
	padding:50px 0 0 40px;
	font-size:large;
}

#maincontent2 p{
	padding:20px 0px 0px 50px;
}

.tsuzuki2{
	font-size:13px;
	color: #f6ae1c;
	margin-left:140px;
}
#maincontent3{
	width:320px;
	height:260px;
	background-position:bottom;
	background-image:url(../../../images/jikohyogen/09_main_kihonwotaisetsuni/waku_nandomo.png);
	background-repeat:no-repeat;
	float:left;
}

#maincontent3 h1{
	padding:50px 0 20px 30px;
	font-size:large;
	}

#maincontent3 p{
	padding:0 18px 10px 40px;
}

.tsuzuki3{
	font-size:13px;
	color: #f6ae1c;
	margin-left: 130px;
}

#maincontent4{
	width: 320px;
	height: 280px;
	background-image:url(../../../images/jikohyogen/09_main_kihonwotaisetsuni/waku_kokothiyoi.png);
	background-repeat:no-repeat;
	float: right;
	
	
}

#maincontent4 h1{
	padding:60px 0 0 60px;
	font-size:large;
	}

#maincontent4 p{
	padding:10px 20px 0px 50px;
}

.tsuzuki4{
	font-size:13px;
	color: #f6ae1c;
	margin-left: 130px;
}



/*------------サイドメニュー------------*/
#side_menu{
	float:right;
	width:230px;
	height:auto;
	margin-right:40px;
}

#menu1_top{
	background-image:url(../../../images/main/side_waku_ue.png);
	background-repeat:no-repeat;
	height:40px;
}



#menu1{
	background-image:url(../../../images/main/side_waku_naka.png);
}
	

#side_menu h1{
	text-align:center;
	padding-top:30px;
	color:#360;
	font-size:150%;
	line-height:0.5em;
}

#side_menu h3{
	text-align:center;
	padding-bottom:10px;
	color:#69C;
}

.side_title_shita{
	text-align: left;
}


	
#side_menu p{
	padding:10px 0 10px 50px;
	line-height:5px;
}


#menu1_bottom{
	background-image:url(../../../images/main/side_waku_shita.png);
	background-repeat:no-repeat;
	margin-bottom:10px;
	padding-bottom:10px;
	height:60px;
	
}


#menu2_top{
	background-image:url(../../../images/main/side_waku_ue.png);
	background-repeat:no-repeat;
	height:40px;
}

#menu2{
	background-image:url(../../../images/main/side_waku_naka.png);
}

#menu2_bottom{
	background-image:url(../../../images/main/side_waku_shita.png);
	background-repeat:no-repeat;
	margin-bottom:10px;
	padding-bottom:10px;
	height:60px;
}

nav p{
	background-image:url(../../../images/main/footer.png);
	background-repeat:no-repeat;
	background-position:center;
}

/*phone用*/
#side_menu_phone{
	display:none;
}

*//*phone用ここまで*/

/*----------------リンク----------------*/


.ai_link:visited{
	color:#690;
}


.ai_link:hover{
	color:#F60;
	text-decoration: underline;	
	
}


