/***** デフォルトスタイルのリセット *****/

html {
 	overflow-x:hidden;
}


/***** フォント関連 *****/

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}


/***** 基本レイアウト *****/
img {
vertical-align:top;
}

body {
background: url(images/back.jpg) repeat-x;
margin:0px;
padding:0px;
vertical-align:top;
}

#box {
width:532px;
background:url(images/back02.jpg) repeat-y;
margin:0px 80px;
padding:0px;
}

.txt {
margin:0px;
padding:0px;
font-size:14px;
color:#F14496;
letter-spacing:0.10em;
line-height: 140%;
}


#nozomi{
width:465px;
height:265px;
background: url(images/p_nozomi.jpg) left no-repeat;
margin:0px 0px 0px 35px;
padding:0px;
}

#nozomi02{
width:220px;
margin:10px 0px;
padding:0px;
float:right;
font-size:12px;
color:#F14496;
letter-spacing:0.12em;
line-height: 140%;
}


#rin{
width:465px;
height:243px;
background: url(images/p_rin.jpg) right no-repeat;
margin:0px 0px 0px 35px;
padding:0px;
}

#rin02{
width:230px;
margin:0px 10px;
padding:0px;
float:left;
font-size:12px;
color:#F14496;
letter-spacing:0.12em;
line-height: 140%;
}


#karen{
width:465px;
height:265px;
background: url(images/p_karen.jpg) left no-repeat;
margin:0px 0px 0px 35px;
padding:0px;
}

#karen02{
width:230px;
margin:0px 5px 0px 0px;
padding:0px;
float:right;
font-size:12px;
color:#F14496;
letter-spacing:0.12em;
line-height: 140%;
}


#komachi{
width:465px;
height:244px;
background: url(images/p_komachi.jpg) right no-repeat;
margin:0px 0px 0px 35px;
padding:0px;
}

#komachi02{
width:235px;
margin:0px 0px 0px 10px;
padding:0px;
float:left;
font-size:12px;
color:#F14496;
letter-spacing:0.12em;
line-height: 140%;
}


#urara{
width:465px;
height:250px;
background: url(images/p_urara.jpg) left no-repeat;
margin:0px 0px 0px 35px;
padding:0px;
}

#urara02{
width:225px;
margin:0px 5px;
padding:0px;
float:right;
font-size:12px;
color:#F14496;
letter-spacing:0.12em;
line-height: 140%;
}


#sonota{
width:465px;
margin:20px 0px 30px 35px;
padding:0px;
}

#sonota_name{
background-color:#F9CCE4;
margin:0px 10px;
padding:0px 5px;
border: solid 1px #F14496;
font-size:13px;
font-weight:bold;
color:#F14496;
letter-spacing:0.12em;
line-height: 140%;
flot:left;
}

#sonota_txt{
width:440px;
margin:10px 0px 15px 10px;
padding:0px 5px;
font-size:13px;
color:#F14496;
letter-spacing:0.10em;
line-height: 140%;
}


#close{
margin:0px 220px 30px 220px;
padding:0px;
}

