@charset "utf-8";

/*
---------------------------------------------------------
MainImage
---------------------------------------------------------
*/
#main_image_outer {
background:url(/img/bg_main_image_outer.jpg) left bottom repeat-x;
margin:0 0 30px;
width:100%;
height:287px;
}

#main_image_inner {
background:url(/img/bg_main_image_inner.jpg) center bottom no-repeat;
width:100%;
height:287px;
}

#main_image {
margin:0 auto;
position:relative;
width:850px;
height:287px;
}

#main_image h1 {
margin:0;
}

/*
---------------------------------------------------------
Content
---------------------------------------------------------
*/
#content .ttl_toppage_left,
#content .ttl_toppage_right {
margin-bottom:1.5em;
width:275px;
}

#content .clearfix.lastChild .ttl_toppage_left,
#content .clearfix.lastChild .ttl_toppage_right {
margin:0;
}

#content .ttl_toppage_left {
float:left;
}

#content .ttl_toppage_right {
float:right;
}

#content .ttl_toppage_left h3,
#content .ttl_toppage_right h3 {
margin:0 0 0.5em;
}

#content .ttl_toppage_left p,
#content .ttl_toppage_right p {
margin-bottom:0.5em;
}
