@charset "utf-8";
/*
Theme Name: HDN WEB THEME
Theme URI: http://www.hokkaidodesign.com/
Description: 北海道デザインネットワークのウェブデザインテーマ
Version: .9
Author: Motohiro SUNOUCHI
Author URI: http://bloggers.ja.bz/sunouchi/
Tags: hokkaido design network, original
*/



* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.125em;
	color: #111;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

a { color: #03F; text-decoration: none; padding-bottom: 1px;}
a:hover { border-bottom: 1px solid #03F; }

li { list-style: none; }

.float_left_box { float: left; }

.float_right_box { float: right; }

div.clear_floating_box { zoom: 100%; }
div.clear_floating_box:after { content: " "; clear: both; height: 0; display: block; visibility: hidden;}

/* base */

div#page_inner_box {
	width: 800px;
	margin: 0 auto;
}

/* header */

div#header_box {
	margin-top: 16px;
	border-top: 2px solid #000;
	padding-top: 12px;
	padding-right: 12px;
	height: 80px;
}

p#top_logo a {
	display: block;
	width: 170px;
	height: 60px;
	text-decoration:none;
	text-indent:-1500px;
	background:url("/images/topLogo.png");
	background-repeat: no-repeat;
	border: none;
	padding: 0;
	color: #000;
}

div#header_bar_box {
	background-color: #000;
}

div#header_bar_box p {
	position: absolute;
	padding: 6px 0 0 196px;
	font-size: 18px;
	font-weight: lighter;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
}

div#header_bar_box h1 {
	text-indent: -1500px;
	background-repeat: no-repeat;
	height: 30px;
}

div#header_bar_box h1#header_bar_dn { background-image:url("/images/headerBarDN.png");}
div#header_bar_box h1#header_bar_dna { background-image:url("/images/headerBarDNA.png");}
div#header_bar_box h1#header_bar_ah { background-image:url("/images/headerBarAH.png"); }
div#header_bar_box h1#header_bar_m { background-image:url("/images/headerBarM.png"); }
div#header_bar_box h1#header_bar_as { background-image:url("/images/headerBarAS.png"); }

div#header_bar h1 {
	font-size: .8em;
}

ul#header_menu li {
	list-style-type: none;
	margin-left: 24px;
	height: 27px;
	float: left;
}

ul#header_menu li a {
	display:block;
	height:100%;
	text-decoration:none;
	text-indent:-1500px;
	background-repeat:no-repeat;
	border: none;
	padding: 0;
	color: #000;
}

ul#header_menu li#hm_dn a {
	width: 91px;
	background-image:url("/images/topMenuDN.png");
}
ul#header_menu li#hm_dn a:hover, ul#header_menu li#hm_dn a.menu_selected { background-position: -91px; }

ul#header_menu li#hm_ah a {
	width: 79px;
	background-image:url("/images/topMenuAH.png");
}
ul#header_menu li#hm_ah a:hover, ul#header_menu li#hm_ah a.menu_selected { background-position: -79px; }

ul#header_menu li#hm_m a {
	width: 86px;
	background-image:url("/images/topMenuM.png");
}
ul#header_menu li#hm_m a:hover, ul#header_menu li#hm_m a.menu_selected { background-position: -86px; }

ul#header_menu li#hm_as a {
	width: 89px;
	background-image:url("/images/topMenuAS.png");
}
ul#header_menu li#hm_as a:hover, ul#header_menu li#hm_as a.menu_selected { background-position: -89px; }

/* footer */
div#footer {
	margin: 20px 0;
	border-top: 2px solid #000;
	padding-top: 2px;
}

div#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	text-align: center;
}

/* content page */
div#content_area {
	margin: 35px 25px;
}

div#left_submenu,
div.news_post_box div.left_metainfo {
	width: 160px;
	float: left;
	padding-top: 1px;
}

div#right_main_content_box,
div.news_post_box div.right_news_content {
	border-left: 1px solid #000;
	float: right;
	width: 554px;
	padding: 5px 0 25px 25px;
}

ul#link_submenu li {
	list-style-type: none;
	margin-bottom: 12px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 16px;
}

ul#link_submenu li a {
	padding: 0 3px;
	color: #111;
}

ul#link_submenu li a:hover, ul#link_submenu li a.selected {
	border-bottom: 1px solid #000;
}

ul#nolink_submenu li {
	list-style-type: none;
	margin-bottom: 12px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 16px;
	color: #111;
	line-height: 150%;
}

/* main content */
div#right_main_content_box h2.wp_page_header {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 22px;
	margin-bottom: 30px;
	font-weight: normal;
}

div#right_main_content_box div.wp_page_content p {
	font-size: .87em;
	line-height: 180%;
	margin-bottom: 20px;
}

div#right_main_content_box div.wp_page_content p.sign {
	text-align: right;
	font-size: .95em;
	line-height: 150%;
	padding-top: 10px;
}

div#contact_form {
	background-color: #eee;
	padding: 10px 15px;
}

div#right_main_content_box div.wp_page_content div#contact_form p {
	float: left;
	margin-bottom: 8px;
	margin-right: 20px;
}

div#contact_form p input.submit_buttom { width: 120px; height: 24px; border: 1px solid #666; background-color: #fff; }
div#contact_form p input.half_size { width: 240px; height: 20px; border: 1px solid #666; }
div#contact_form p input.full_size { width: 500px; height: 20px; border: 1px solid #666; }
div#contact_form p textarea.full_size { width: 500px; height: 150px; border: 1px solid #666; }

div#contact_form p.captcha img {
	border: 1px solid #666;
	vertical-align: middle;
}

div#contact_form p.captcha input { width: 120px; height: 20px; border: 1px solid #666; }

/* member category */

p.sq_logo {
	margin: 0 5px 5px 0;
	float: left;
}

p.sq_logo a {
	padding: 0;
	border: none;
}

p.sq_logo img {
	border: 5px solid #EEE;
	width: 80px;
	height: 80px;
}

p.sq_logo a:hover img {
	border-color: #BBB;
}

div.member_lightbox_content {
	width: 350px;
	float: left;
	margin-left: 15px;
}

ul#i_member_list li {
	font-size: .87em;
	margin-bottom: 5px;
}

ul#i_member_list li p {
	margin-left: 100px;
}

ul#i_member_list li p.name {
	position: absolute;
	margin: 0;
}

/* news post */
div.news_post_box {
	margin-bottom: 50px;
}
div.news_post_box div.left_metainfo {
	width: 160px;
	float: left;
	padding-top: 1px;
}

div.news_post_box div.left_metainfo p.date {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	margin-bottom: 3px;
}

div.news_post_box div.left_metainfo p.posted {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

div.news_post_box div.right_news_content {
	border-left: 1px solid #000;
	float: right;
	width: 554px;
	padding: 5px 0 5px 25px;
}

div.news_post_box div.right_news_content h2 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 22px;
	margin-bottom: 30px;
	font-weight: normal;
}

div.news_post_box div.right_news_content p {
	font-size: .87em;
	line-height: 180%;
	margin-bottom: 20px;
}

div#dn_archives_link {
	padding: 8px 12px 6px;
	background-color: #E0E0E0;
}

div#dn_archives_link p {
	font-weight: bold;
	color: #333;
	margin-right: 20px;
}

div#dn_archives_link li {
	color: #666;
	margin-right: 4px;
}

div#dn_archives_link p,
div#dn_archives_link li {
	float: left;
	font-size: .85em;
}

div#dn_archives_link a {
	color: #666;
	padding: 0;
	border: 0;
}

div#dn_archives_link a:hover {
	color: #666;
	text-decoration: underline;
}