@charset "UTF-8";
/* CSS Document */



/* トップ以外のコンテンツ
---------------------------------------------------- */

body{ background:#ededed;}

/* ヘッダー */

#header_wrap{ position:relative; width:100%; height:256px;}
header{ width:980px; margin:0 auto; position:relative;}
.logo{ position:absolute; right:0; top:34px;}

footer .copy{ padding:20px 0 0 0;}


/*コンテンツ、ページタイトル*/
#main_wrap{ padding:38px 0 40px 0;}

.contents_box{ position:relative;}
.contents_box .page_ttl{ position:absolute; right:20px; top:0;}
.con_ttl{ line-height:1;}


/*サイドバーが有るコンテンツ*/
.con_area{ float:right; width:858px;}
aside.sidebar{ float:left; width:122px;}

aside.sidebar ul li{ line-height:0; padding-bottom:16px;}

.con_area .contents_box .inner{ width:760px; margin-right:98px; padding-bottom:36px; border-top:1px solid #ccc; border-bottom:1px solid #ccc;}
.con_area .contents_box .con_ttl{ padding:25px 0 23px 9px;}

/*WP固定ページ*/
.write_area img{ max-width:760px;}