@charset "utf-8";


body{
margin:0 auto 0 auto;
text-align:center;
background-color:#FFFFFF;
background-image:url(../../images/pink/tile_pink_bg.jpg);
background-repeat:repeat-x;
}


#wrapper{
margin:0 auto 0 auto;
text-align:center;
width:1000px;
height:630px;
background-image:url(../../images/pink/pink_bg.jpg);
background-repeat:no-repeat;
}

#top{}

#middle{
}

#middle_left{
float:left;
background-image:url(../../images/pink/pink_left.jpg);
width:62px;
height:506px;
}

#middle_content{
	float:left;
	width:872px;
	height:506px;
	background-color:#FEFEFE;
}


/*..................... CONTENT....................*/


#logo{
text-align:right;
margin:12px 50px 2px 0;
position:relative; top:7px;
}


#menu{
text-align:left;
margin:0 0 0 30px;
color:#666666;
font-size: 104%;
font-weight: normal;
font-family: Georgia, "Times New Roman", Times, serif;
letter-spacing:0.01em;
}

#menu a{
font-size: 104%;
font-weight: normal;
font-family: Georgia, "Times New Roman", Times, serif;
color:#666666;
text-decoration:none;
letter-spacing:0.01em;
}

#menu a:hover{
font-size: 104%;
font-weight: normal;
font-family: Georgia, "Times New Roman", Times, serif;
color:#333333;
text-decoration:none;
letter-spacing:0.01em;
}

.hr{
width:814px;
color:#999999;
}

#content{
width:820px;
height:321px;
margin: 2px 0 0 26px;

}

#content_left{
float:left;
width:330px;
margin-right:10px;
}

#content_left_text{
height:186px;
text-align:left;
margin:10px 0 0 10px;
font-family:Arial, "Times New Roman", Times, serif;
font-size:13px;
color:#666666;
line-height:17px;
}

#content_left_text a{
font-family:Arial, "Times New Roman", Times, serif;
font-size:105%;
color:#ea6565;
line-height:17px;

}

#content_left_text a:hover{
font-family:Arial, "Times New Roman", Times, serif;
font-size:105%;
color:#d35454;
line-height:17px;
}

.h{
font-family:Arial, "Times New Roman", Times, serif;
font-size:12px;
color:#666666;
line-height:16px;
font-weight:normal;
}

#content_left_banner{
position:relative; top:9px;
}

#content_right{
float:left;
width:480px;
}

#footer{
clear:both;
text-align:left;
padding:52px 0 0 30px;
font-family:tahoma, "Times New Roman", Times, serif;
font-size:11px;
color:#666666;
}

#footer a{
font-family:tahoma, "Times New Roman", Times, serif;
font-size:11px;
color:#666666;
text-decoration:none;
}

#footer a:hover{
font-family:tahoma, "Times New Roman", Times, serif;
font-size:11px;
color:#333333;
text-decoration:none;
}


/*.................................................*/

#middle_right{
float:left;
background-image:url(../../images/pink/pink_right.jpg);
width:66px;
height:506px;
}

#bottom{}


