@charset "UTF-8";

/*========================================
	
	あったか福岡 /// common.css
	KIML | 2008.07.14
	
	[1] ブラウザリセット、ベース設定
	[2] 汎用クラス
	[3-1] レイアウト | header
	[3-2] レイアウト | left-contents
	[3-3] レイアウト | right-contents
	[3-4] レイアウト | footer

=========================================*/



/*	[1] ブラウザリセット、ベース設定
************************************************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td{
	margin:0;
	padding:0;
}

body {
	zoom:1;
	background:#fff;
	color:#333;
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	_font-family: 'ＭＳ Ｐゴシック';
	font-size: 13px;
	*font-size: small;
	*font:x-small;
	line-height: 1.4;
}
*:first-child+html body {
	font-family:Meiryo,'ＭＳ Ｐゴシック',sans-serif; /* IE7用 */
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

img {
	border: 0;
	vertical-align: top;
}

address,em,th,td {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}

input, textarea, select{

	font-family:"ヒラギノ角ゴ Pro W3",Osaka,Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	/*
	font-size:inherit;
	font-weight:inherit;
	*/
}

input, select {
	vertical-align: middle;
}

table{
	font-size:1em; /* for IE 5.5 */
}

th,td {
	font-size: 13px;
	*font-size: small;
	*font:x-small;
	font-size: 100%;
}


a:link{
	color:#f00;
	text-decoration:underline;
}
a:visited{
	color:#f60;
	text-decoration:underline;
}
a:hover{
	text-decoration:underline;
	color:#f60;
}


/*	[2] 汎用クラス
************************************************************************/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
.clearfix {
	display: inline-block;
	min-height: 1%;
}
/* Except Mac IE ¥*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* */

.clear {
	clear: both;
}

.f-large{
	font-size:123%;
}
.f-small{
	font-size:85%;
}
.f-red{
	color:#f00;
}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}

.t-center{
	text-align:center;
}
.t-right{
	text-align:right;
}



/*	[3-1] レイアウト | body
************************************************************************/

body{
	background:url(../img_cmn/bg_main.gif) top center fixed repeat-y;
}
#wrapper{
	text-align:center;
	background:url(../img_cmn/bg_head.gif) top center no-repeat;
}
#wrapper2{
	width:920px;
	margin:0 auto;
	text-align:left;
}


/*	[3-1] レイアウト | header
************************************************************************/

#header{
	height:184px;
	position:relative;
	background:url(../img_cmn/bg_head.gif) -40px 0px no-repeat;
}

#header h1{
	position:absolute;
	left:10px;top:44px;
}
#header #cap1{
	position:absolute;
	left:456px;top:74px;
}
#header #cap2{
	position:absolute;
	left:701px;top:118px;
}
#header #cap3{
	position:absolute;
	left:723px;top:139px;
}
#header #cap4{
	position:absolute;
	left:723px;top:159px;
}

#header ul{
	position:absolute;
	right:0px;top:5px;
	text-align:right;
	padding-right:10px;
}
#header ul li{
	float:right;
	background:url(../img_cmn/header_link_bg.gif) no-repeat left center;
	padding:2px 10px 2px 20px;
}
#header ul #head-nav1{
	
}
#header ul #head-nav2{
	
}


/*	[3-2] レイアウト | left-contents
************************************************************************/

/* container */

#container{
	margin:10px 10px 0;
}

/* left-contents */

#left-contents{
	float:left;
	width:230px;
}

/* ナビゲーション */

.nav-style-1 a,
.nav-style-2 a{
	color:#333;
}
.nav-style-1 a:hover,
.nav-style-2 a:hover{
	color:#f00;
}
.nav-style-1 a:visited,
.nav-style-2 a:visited{
	color:#666;
}

.nav-style-1 li.curr a,
.nav-style-2 li.curr a{
	color:#f00;
}


.nav-style-1{ /* グレー淵のナビ */
	border:10px solid #ccc;
	padding:10px;
	margin-bottom:10px;
}
.nav-style-1 li{
	margin:0 0 10px;
	padding:0 0 10px 20px;
	background:url(../img_cmn/mark_1.gif) no-repeat 0px 2px;
	font-weight:bold;
}

.nav-style-1 li.bdr-btm{
	border-bottom:2px dotted #ccc;
}
.nav-style-1 li.last{
	margin:0;
	padding:0 0 0 20px;
}
.nav-style-1 li.login{
	margin:0 0 0 -5px;
	padding:0;
}
.nav-style-1 li.login p{
	margin:5px 10px 0;
}


.nav-style-2{ /* オレンジ淵のナビ */
	border:1px solid #ccc;
	border-top-style:none;
	background-color:#fffbb4;
	padding:0 10px 10px;
	margin-bottom:10px;
}
.nav-style-2 ul{
	padding:10px 0 10px;
	background-color:#fff;
}
.nav-style-2 li{
	margin:0 10px 10px;
	padding:0 0 10px 20px;
	background:url(../img_cmn/mark_1.gif) no-repeat 0px 2px;
	font-weight:bold;
	border-bottom:2px dotted #ccc;
}
.nav-style-2 li.bdr-top{
	border-top:2px dotted #ccc;
	background-position: 0px 12px;
	padding-top:10px;
}
.nav-style-2 li.last{
	border-bottom-style:none;
	margin:0 10px 0;
	padding:0 0 0 20px;
}
.nav-style-2 li.level-2,
.nav-style-2 li.level-2{
	background-image:none;
	border-bottom-style:none;
	font-weight:normal;
	margin:0;
	padding:0;
	_margin-top:-20px; /* for Win IE 6 */
}
*:first-child+html .nav-style-2 li.level-2{ /* for Win IE 7 */
	margin-top:-25px;
}

.nav-style-2 dl{
	margin:10px 5px 10px;
}
.nav-style-2 dd{
	background:url(../img_cmn/mark_3.gif) no-repeat 0px 2px;
	margin:5px 0 0 10px;
	padding:0 0 0 20px;
}

.nav-style-3 li{ /* バナー */
	margin:0 0 10px 15px;
}



/*	[3-3] レイアウト | right-contents
************************************************************************/

#right-contents{
	width:655px;
	float:right;
}

/* ブロック区切り */

.segment{
	border-bottom:2px dotted #f00;
	margin-bottom:10px;
	padding-bottom:15px;
}

/* タイトル */

/*
ttl-box-1 ... 赤・角丸ボックス
ttl-box-2 ... グレー枠・オレンジライン
ttl-box-3 ... グレー枠・赤ライン
*/

.ttl-box-1{
	background:#f00 url(../img_cmn/ttl1_bg_top.gif) no-repeat left top;
	width:655px;
}
.ttl-box-1 h2,
.ttl-box-1 h3{
	background:url(../img_cmn/ttl1_bg_btm.gif) no-repeat left bottom;
	padding:10px;
	font-size:123%;
	font-weight:bold;
	color:#fff;
}

.ttl-box-2{
	background:url(../img_cmn/ttl2_bg_med.gif) repeat-y left top;
	width:655px;
}
.ttl-box-2 div{
	background:url(../img_cmn/ttl2_bg_top.gif) no-repeat left top;
}
.ttl-box-2 h2,
.ttl-box-2 h3{
	background:url(../img_cmn/ttl2_bg_btm.gif) no-repeat left bottom;
	padding:8px 8px 8px 30px;
	font-size:123%;
	font-weight:bold;
}

.ttl-box-3{
	background:url(../img_cmn/ttl3_bg_med.gif) repeat-y left top;
	width:655px;
}
.ttl-box-3 div{
	background:url(../img_cmn/ttl3_bg_top.gif) no-repeat left top;
}
.ttl-box-3 h2,
.ttl-box-3 h3{
	background:url(../img_cmn/ttl3_bg_btm.gif) no-repeat left bottom;
	padding:8px 8px 8px 30px;
	font-size:123%;
	font-weight:bold;
}

/* パンくず */

#topic-path{
	font-size:85%;
	margin-bottom:5px;
}
#topic-path a{
	color:#f00;
	text-decoration:none;
}

/* テキスト用マージンボックス */

.text-box{
	margin:0 15px;
}

/* ページトップへ */

.pagetop{
	text-align:right;
	margin:30px 0 10px;
}
.pagetop2{
	text-align:right;
	margin:10px;
}

/* ***** トップページ ***** */

/* 新着情報 */

#recent-info{
	border:1px solid #999;
	border-top:none;
	padding:10px 14px;
	margin-bottom:10px;
}
#recent-info li{
	background:url(../img_cmn/mark_2.gif) no-repeat 0px 2px;
	padding:0 0 8px 20px;
	margin:0 0 8px;
	border-bottom:2px dotted #ccc;
}
#recent-info li.last{
	border-bottom-style:none;
	margin:0;
	padding-bottom:0;
}
#recent-info li img{
	vertical-align:middle;
}

/* トップページ用pタグ */

.text-box p,
.border-box p{
	margin-bottom:1em;
}



/* ボーダーのみのボックス */

.border-box{
	border:1px solid #999;
	border-top-style:none;
	padding:10px;
}

/* dlスタイル */

.dl-style-1 dt{
	float:left;
	clear:left;
	margin-bottom:1em;
}
.dl-style-1 dd{
	padding-left:7em;
	margin-bottom:1em;
}

.dl-style-2 dt{
	float:left;
	clear:left;
}
.dl-style-2 dd{
	padding-left:10em;
}

/* テーブル */

.tbl-style-1{
	border-right:1px solid #999;
	border-bottom:1px solid #999;	
}
.tbl-style-1 th,
.tbl-style-1 td{
	border-top:1px solid #999;
	border-left:1px solid #999;
	padding:4px;
}
.tbl-style-1 th{
	text-align:left;
	font-weight:bold;
	background-color:#ffe6e6;
}

.tbl-style-2{ /* フォーム */
	border-right:1px solid #999;
	border-bottom:1px solid #999;	
}
.tbl-style-2 th,
.tbl-style-2 td{
	border-top:1px solid #999;
	border-left:1px solid #999;
	padding:6px;
	text-align:left;
}
.tbl-style-2 th{
	font-weight:bold;
	background-color:#fffbb4;
}
.tbl-style-2 td.t-center{
	text-align:center;
}


/* 入会について テキスト */

.yellow-box{
	border:1px solid #999;
	background-color:#ffffd9;
	padding:10px 10px 0;
}
.yellow-box p{
	margin-bottom:1em;
}

/* ***** 「あったか交流掲示板」について ***** */

.img-box{
	text-align:center;
}

#about-links{

}
#about-links li{
	display:inline;
	padding:2px 2px 2px 20px;
	background:url(../img_cmn/mark_3.gif) no-repeat left center;
}
#about-links li a{
	text-decoration:none;
	font-weight:bold;
	color:#333;
}
#about-links li a:hover{
	color:#f00;
}


/* ***** 利用案内 ***** */

.guide-list{
	margin:0px 10px 20px;	
}
.guide-list li{
	border-bottom:2px dotted #ccc;
	background:url(../img_cmn/mark_3.gif) no-repeat 2px 0px;
	padding:0 0 5px 20px;
	margin-bottom:5px;
}
.guide-list li a{
	color:#333;
}
.guide-list li.last{
	border-bottom-style:none;
}

/* リスト */

.ol-style-guidance-1{
	margin-left:20px;
}
.ol-style-guidance-1 li{
	list-style:decimal outside;
}
.ol-style-guidance-1 ol.level-2 li{
	margin-left:20px;
	margin-bottom:0;
	list-style:lower-roman outside;	
}
.ol-style-guidance-1 dl.level-2{
	margin-left:20px;
}
.ol-style-guidance-1 dl.level-2 dt{
	float:left;
	clear:left;
}
.ol-style-guidance-1 dl.level-2 dd{
	margin-left:13em;
}

.dl-style-guidnce-1{
	
}
.dl-style-guidnce-1 dt{
	float:left;
	clear:left;
}
.dl-style-guidnce-1 dd{
	padding-left:8em;
}

.dl-style-guidnce-2 dt{
	
}
.dl-style-guidnce-2 dd{

}

.p-kome{
	text-indent:-1em;
	padding-left:1em;
}


.serch-result-pages{
	border-top:2px solid #ff8000;
	border-bottom:2px solid #ff8000;
	padding:5px;
	margin:10px 0px;
}


/*	[3-4] レイアウト | footer
************************************************************************/

#footer{
	background-color:#f1f1f1;
}
#footer address{
	border-top:2px dotted #f00;
	display:block;
	text-align:center;
	padding:10px 0;
	margin:0 10px;
}


