@charset "UTF-8";
/* CSS Document */

#wrapper{
	width:960px;
	margin:0 auto;
	background-image:url(../../../images/main/zentai_haikei.png);
}

/*-----------------ヘッダー-------------------------*/


/*-----------------トップ---------------------------*/
#top{
	width:860px;
	/*padding:0px 10px;*/
	margin:0 auto;
	margin-bottom:20px;
	text-align:center;
	positin:absolute;
	z-index:1;
}

/*---------------愛とはコミュニケーションを---------*/

#navi{
	width:600px;
	text-align:left;
	color:#563e1a;
	font-size:18px;
	line-height:1.5em;
	position:absolute;
	top:580px;
	margin-left:100px;
	z-index:2;
}

/*----------------趣味の題-----------------------*/
#title{
	margin-top:120px;
	margin-left:20px;
}

#title_1{
	display:none;
}
/*--------------メインコンテンツ丸-----------------*/
#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/08_main_oshare/grei_maru.png);
	background-repeat:no-repeat;
	float:left;
}

	
#maincontent1 h1{
	padding:70px 0 0 80px;
	font-size:large;
	margin-bottom: 0;
}

#maincontent1 p{
	padding:10px 20px 0px 60px;	
}

.tsuzuki1{
	font-size:13px;
	color: #f6ae1c;
	margin-left: 120px;
}

#maincontent2{
	width:320px;
	height:260px;
	background-position:bottom;
	background-image:url(../../../images/jikohyogen/08_main_oshare/orengi_maru.png);
	background-repeat:no-repeat;
	float:right;
}

#maincontent2 h1{
	padding:70px 0 0 60px;
	font-size:large;
}

#maincontent2 p{
	padding:10px 0px 0px 50px;
}

.tsuzuki2{
	font-size:13px;
	color: #f6ae1c;
	margin-left:120px;
}
#maincontent3{
	width:320px;
	height:260px;
	background-position:bottom;
	background-image:url(../../../images/jikohyogen/08_main_oshare/pink_maru.png);
	background-repeat:no-repeat;
	float:left;
}

#maincontent3 h1{
	padding:70px 0 20px 70px;
	font-size:large;
	}

#maincontent3 p{
	padding:0 18px 0px 45px;
}

.tsuzuki3{
	font-size:13px;
	color: #f6ae1c;
	margin-left: 100px;
}

#maincontent4{
	width: 320px;
	height: 280px;
	background-position:bottom;
	background-image:url(../../../images/jikohyogen/08_main_oshare/ao_maru.png);
	background-repeat:no-repeat;
	float: right;
	pdding-top:20px;
	
}

#maincontent4 h1{
	padding:90px 0 0 80px;
	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;	
	
}


