/* 共通部分 */

* {
 margin: 0;
 padding: 0;
 }

body {
 background-color: #DDDDDD;
 margin-left: auto;
 margin-right: auto;
 margin-top: 0px;
 margin-bottom: 0px;
 padding: 0px;
 text-align: center;
 font-size: 12px;
 font-family: ＭＳ Ｐゴシック, Osaka;
 color: #333333;
 line-height: 18px;
 width: 760px;
 }

.clear {
 clear: both;
 height: 1px;
 }

.clear01 {
 clear: both;
 height: 0px;
 line-height: 0px;
 }

a {
 color: #333333;
 text-decoration: underline;
 }

a:link {
 color: #333333;
 text-decoration: underline;
 }

a:visited {
 color: #333333;
 text-decoration: underline;
 }

a:hover {
 color: #B3152F;
 text-decoration: underline;
 }


#container {
 width: 760px;
 background-color: #FFFFFF;
 text-align: left;
 background-image: url(../images/main_bg01.gif);
 background-repeat: repeat-y;
 padding: 0px 10px 0px 10px;
 margin: 0px;
 }


/* ヘッダー部分 */

#header-left {
 display: inline;
 float: left;
 width: 177px;
 margin: 4px 4px 3px 10px;
 }

#header-right {
 display: inline;
 float: right;
 margin: 10px 10px 4px 4px;
 }


/* メニュー部分 */

#menu {
 clear: both;
 height: 42px;
 background-image: url(../images/menu_bg01.gif);
 background-repeat: repeat-x;
 }


/* メイン部分 */

#content {
 margin: 8px 10px 10px 10px;
 }

#main_col {
 width: 525px;
 float: left;
 }

#main_col h1 {
 width: 486px;
 height: 18px;
 background-color: #B51732;
 background-image: url(../images/title_bg04.gif);
 background-repeat: no-repeat;
 color: #FFFFFF;
 font-weight: bold;
 font-size: 12px;
 margin: 0;
 line-height: 18px;
 padding: 4px 10px 1px 29px;
 }

.main_col_body {
 margin-top: 10px;
 }

.main_col_body_img {
 width: 175px;
 float: left;
 }

.main_col_body_img img {
 margin-bottom: 15px;
 }

.col_main_back h3 {
 width: 486px;
 height: 18px;
 background-color: #FFFFFF;
 background-image: url(../images/title_bg02.gif);
 background-repeat: no-repeat;
 color: #666666;
 font-weight: bold;
 font-size: 12px;
 margin: 0;
 padding: 0;
 line-height: 18px;
 padding: 4px 10px 1px 29px;
 }

.col_main_back_body {
 width: 507px;
 padding: 0px 8px 0px 8px;
 border-left: solid 1px #8C8C8C;
 border-right: solid 1px #8C8C8C;
 }

.col_main_back_body ul {
 list-style-type: none;
 margin: 10px 3px 5px 3px;
 padding: 0;
 }

.col_main_back_body li {
 background-image: url(../images/arrow_02.gif);
 background-position: left top;
 background-repeat: no-repeat;
 padding-left: 12px;
 padding-top: 2px;
 padding-bottom: 2px;
 margin-top: 6px;
 }

.col_main_back_footer {
 width: 525px;
 height: 5px;
 }

.col_entry {
 margin-top: 10px;
 }

.col_entry_base_txt {
 width: 350px;
 float: left;
 }

.col_entry_base_txt h3 {
 margin-left: 4px;
 padding: 6px 0px 0px 0px;
 font-size: 12px;
 font-weight: normal;
 color: #B51732;
 }

.col_entry_base_txt h2 {
 margin-left: 4px;
 padding: 4px 0px 0px 0px;
 font-size: 14px;
 font-weight: bold;
 }

.col_entry_date {
 font-size: 12px;
 font-weight: normal;
 }

.col_entry_base_txt_img {
 margin-left: 4px;
 padding: 8px 0px 0px 0px;
 }

.col_entry_base_img {
 width: 155px;
 float: right;
 }

.col_entry_base_img img {
 margin-right: 4px;
 }

.col_entry_body {
 background-color: #F6F4E4;
 padding: 4px 18px;
 line-height: 20px;
 border: 1px dotted #CCCCCC;
 }

.col_entry_body p {
 margin: 10px 0px;
 }

.col_entry_body img {
 margin: 0px 0px 3px 10px;
 }

.col_entry_body ul {
 list-style-type: none;
 margin: 0px 0px 10px 1px;
 padding: 0;
 }

.col_entry_body li {
 background-image: url(../images/arrow_01.gif);
 background-position: left center;
 background-repeat: no-repeat;
 padding-top: 0px;
 padding-bottom: 0px;
 padding-left: 11px;
 color: #0F368D;
 font-weight: bold;
 }

.col_entry_body li a {
 color: #0F368D;
 text-decoration: none;
 }

.col_entry_body li a:link {
 color: #0F368D;
 text-decoration: none;
 }

.col_entry_body li a:visited {
 color: #0F368D;
 text-decoration: none;
 }

.col_entry_body li a:hover {
 color: #0F368D;
 text-decoration: none;
 }

.col_entry_profile {
 margin-top: 10px;
 }

.col_entry_profile_img {
 margin: 10px 0px 0px 0px;
 float: left;
 width: 143px;
 }

.col_entry_profile_txt {
 margin: 10px 0px 0px 0px;
 width: 372px;
 float: right;
 }

.col_entry_profile_txt h2 {
 font-size: 14px;
 line-height: 20px;
 color: #333333;
 font-weight: bold;
 background-image: url(../images/border_01.gif);
 background-position: left bottom;
 background-repeat: repeat-x;
 padding: 0px 0px 4px 1px;
 margin: 0px;
 }

.col_entry_profile_subname {
 font-size: 12px;
 color: #B51732;
 font-weight: normal;
 }

.col_entry_profile_body {
 margin-top: 8px;
 padding-right: 5px;
 line-height: 20px;
 }

.col_entry h4 {
 width: 486px;
 height: 18px;
 background-color: #FFFFFF;
 background-image: url(../images/title_bg02.gif);
 background-repeat: no-repeat;
 color: #666666;
 font-weight: bold;
 font-size: 12px;
 margin: 0;
 padding: 0;
 line-height: 18px;
 padding: 4px 10px 1px 29px;
 }

.col_entry_back {
 margin-top: 10px;
 }

.col_entry_back_body {
 width: 507px;
 padding: 0px 8px 0px 8px;
 border-left: solid 1px #8C8C8C;
 border-right: solid 1px #8C8C8C;
 }

.col_entry_back_body ul {
 list-style-type: none;
 margin: 10px 3px 5px 3px;
 padding: 0;
 }

.col_entry_back_body li {
 background-image: url(../images/arrow_02.gif);
 background-position: left top;
 background-repeat: no-repeat;
 padding-left: 12px;
 padding-top: 2px;
 padding-bottom: 2px;
 margin-top: 6px;
 }

.col_entry_back_footer {
 width: 525px;
 height: 5px;
 }

.col_cate h4 {
 width: 486px;
 height: 18px;
 background-color: #FFFFFF;
 background-image: url(../images/title_bg02.gif);
 background-repeat: no-repeat;
 color: #666666;
 font-weight: bold;
 font-size: 12px;
 margin: 0;
 padding: 0;
 line-height: 18px;
 padding: 4px 10px 1px 29px;
 }

.col_cate_base_img {
 width: 155px;
 float: left;
 }

.col_cate_base_img img {
 margin-top: 10px;
 }

.col_cate_base_txt {
 width: 355px;
 float: right;
 }

.col_cate_base_txt h3 {
 font-weight: normal;
 color: #B3152F;
 margin-top: 22px;
 font-size: 12px;
 }

.col_cate_base_txt h2 {
 font-weight: bold;
 margin-top: 10px;
 font-size: 16px;
 }

.col_cate_back {
 margin-top: 10px;
 }

.col_cate_back_body {
 width: 507px;
 padding: 0px 8px 0px 8px;
 border-left: solid 1px #8C8C8C;
 border-right: solid 1px #8C8C8C;
 }

.col_cate_back_body ul {
 list-style-type: none;
 margin: 10px 3px 5px 3px;
 padding: 0;
 }

.col_cate_back_body li {
 background-image: url(../images/arrow_02.gif);
 background-position: left top;
 background-repeat: no-repeat;
 padding-left: 12px;
 padding-top: 2px;
 padding-bottom: 2px;
 margin-top: 6px;
 }

.col_cate_back_footer {
 width: 525px;
 height: 5px;
 }






/* サイドバー部分 */

#side_col {
 width: 200px;
 float: right;
 }

#side_col h3 {
 width: 161px;
 height: 18px;
 background-color: #FFFFFF;
 background-image: url(../images/title_bg05.gif);
 background-repeat: no-repeat;
 color: #666666;
 font-weight: bold;
 font-size: 12px;
 line-height: 18px;
 padding: 4px 10px 1px 29px;
 }

.col_sidemenu {
 margin-bottom: 10px;
 }

.col_sidemenu_body {
 width: 182px;
 padding: 0px 8px 0px 8px;
 border-left: solid 1px #8C8C8C;
 border-right: solid 1px #8C8C8C;
 }

.col_sidemenu_footer {
 width: 200px;
 height: 5px;
 }

.col_sidemenu ul {
 list-style-type: none;
 margin: 10px 3px 5px 3px;
 padding: 0;
 }

.col_sidemenu li {
 background-image: url(../images/arrow_01.gif);
 background-position: left center;
 background-repeat: no-repeat;
 padding-left: 12px;
 padding-top: 1px;
 padding-bottom: 1px;
 margin-top: 6px;
 }

.col_sidemenu li a {
 color: #333333;
 text-decoration: none;
 }

.col_sidemenu li a:link {
 color: #333333;
 text-decoration: none;
 }

.col_sidemenu li a:visited {
 color: #333333;
 text-decoration: none;
 }

.col_sidemenu li a:hover {
 color: #0F368D;
 text-decoration: underline;
 }

.pickup_body {
 width: 182px;
 padding: 0px 8px 10px 8px;
 border-left: solid 1px #8C8C8C;
 border-right: solid 1px #8C8C8C;
 text-align: center;
 }

.pickup_img {
 margin-top: 10px;
 }

.pickup_title {
 margin-top: 2px;
 font-weight: bold;
 }

.pickup_subtitle {
 line-height: 12px;
 }

.pickup_border {
 height: 10px;
 line-height: 1px;
 background-image: url(../images/border_01.gif);
 background-position: left bottom;
 background-repeat: repeat-x;
 }


/* フッター部分 */

#footer {
 clear: both;
 }

#footer00 {
 height: 10px;
 }

#footer01 {
 margin: 0px 0px 0px 0px;
 padding: 0px 10px 0px 10px;
 background-image: url(../images/border_01.gif);
 background-position: left top;
 background-repeat: repeat-x;
 }

#footer ul {
 list-style-type: none;
 margin: 0px 0px 0px 5px;
 padding: 0px;
 }

#footer li {
 display: inline;
 margin: 0px;
 padding: 0px 8px 0px 11px;
 background-image: url(../images/arrow_04.gif);
 background-position: left center;
 background-repeat: no-repeat;
 }

#footer li a {
 color: #333333;
 text-decoration: none;
 }

#footer li a:link {
 color: #333333;
 text-decoration: none;
 }

#footer li a:visited {
 color: #333333;
 text-decoration: none;
}

#footer li a:hover {
 color: #333333;
 text-decoration: underline;
 }

#footer .logo {
 text-align: right;
 margin-top: 2px;
 }

#footer .copy {
 text-align: right;
 margin: 2px 4px 0px 0px;
 padding-bottom: 8px;
 }
