@charset "UTF-8";

/* ***************************************************
* CSS file For 
	FileName: common.css
	data:2009/06/08 yoshii

■目次 ==========================================
■[01]:ブラウザスタイル初期化
■[02]:基本テキストリンク
■[03]:大枠レイアウト
■[20]:見出し
■[30]:ヘッダー
■[40]:サイドナビ
■[50]:フッター
■[60]:ぱんくず
■[80]:レイアウト指定
■[90]:指定フォント
■[00]:その他共通
**************************************************** */



/*-----------------------------------------------------------
■[01]:ブラウザスタイル初期化
------------------------------------------------------------*/
body, div, table, caption, th, tr, td, ul, ol, li, dl, dt, dd, form, input, textarea, select, p {
	font-weight: normal;
	font-style: normal;
	margin: 0 auto;
	padding: 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','メイリオ',Meiryo, sans-serif;
}

body {
	margin: 0 auto;
	padding: 0 0 20px;
	color: #545148;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0;
	text-align: center;
	background: #f6eed5 url(/img/common/bg.gif) repeat left top;
}

table, th, td {
	font-size:100%;
	font-style:normal;
}

img,table { border: none; }

img { border: 0px;vertical-align:bottom;}

h1,h2,h3,h4,h5,h6,p,form,ul,li,dl,dt,dd {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

ul { list-style: none; }

ol li {margin: 0;}

.clear { clear: both; display: block; font-size: 0px; line-height: 0px; }

br { padding: 0px; margin: 0px;}

/* -- clear float -- */ 
.LRSplit { 
    min-height:0; 
    display: inline-table; 
} 
.LRSplit:after{ 
    content:"."; 
    display:block; 
    height:0; 
    clear: both; 
    visibility:hidden; 
} 
/* \*/ 
* html .LRSplit {height:0;} 
.LRSplit{display: block;} 
/* */ 
/* -- end clear float -- */


/*-----------------------------------------------------------
■[02]:基本テキストリンク
------------------------------------------------------------*/

a:link 		{ color: #64bfd3; text-decoration: underline; }
a:visited 	{ color: #64bfd3; text-decoration: underline; }
a:hover 	{ color: #a0d5de; text-decoration: none; }


/*-----------------------------------------------------------
■[03]:大枠レイアウト
------------------------------------------------------------*/
div#Container {
	text-align: center;
	background: url(/img/common/header_bg.gif) repeat-x left top;
}

div#Wrapper {
	width: 950px;
	text-align: left;
	margin:0 auto;
}

div#Content{
	width: 681px;
	float:left;
}



/* -----------------------------------------------------------
■[20]:見出し
------------------------------------------------------------ */


/* -----------------------------------------------------------
■[20]:フォントサイズスイッチャー
------------------------------------------------------------ */
body {
font-size:82%;
line-height:1.6;
}

/* ボタンの表示状態
--------------------*/
#fsmall a {background: url(/img/common/font_small_rll.gif) no-repeat left top;}
/*カレント*/
#fmiddle a {background: url(/img/common/font_middle_on.gif) no-repeat left top;}
#flarge a {background: url(/img/common/font_large_rll.gif) no-repeat left top;}
#fsmall a:hover {background: url(/img/common/font_small_on.gif);}
/* カレント */
/* #fmiddle a:hover {background-image: url(/img/common/font_middle_on.gif);} */
#flarge a:hover {background: url(/img/common/font_large_on.gif);}

span.notxt{display: none;}

/*-----------------------------------------------------------
■[30]:ヘッダー
------------------------------------------------------------*/
div#Header {
	width: 950px;
	height: 80px;
	margin:0 auto;
}


div#Header div#Hleft{
	float: left;
	width: 748px;
	text-align: left;
	padding: 10px 0 0;
}


div#Header div#Hleft a{
	display: block;
	float: left;
	width: 187px;
}

div#Header div#Hleft h1{
	float: left;
	width: 541px;
	color: #FFF;
	font-weight: bold;
	font-size: 100%;
	line-height:18px;
	margin: 20px 0 0 20px;
}


div#Header div#Hright{
	float: right;
	width: 202px;
	height: 47px;
	margin: 17px 0 0;
	background: url(/img/common/font_size.gif) no-repeat left top;
}

div#Header div#Hright div{
	padding: 12px 14px;
}

div#Header div#Hright p{
	float: left;
	text-align: left;
	width: 33px;
	height: 24px;
}

div#Header div#Hright p a{
	width: 24px;
	height: 24px;
	display: block;
	cursor:pointer;
}

/*-----------------------------------------------------------
■[40]:メインイメージ
------------------------------------------------------------*/
div#MainImg{
	clear:both;
	text-align: center;
	margin: 14px 0 40px;
}



/*-----------------------------------------------------------
■[40]:メインナビ
------------------------------------------------------------*/

div#MainNvg{
	width: 950px;
	margin:0 auto;
	clear:both;
}

div#MainNvg ul{
	/* width: 950px; */
	height: 64px;
	/* float: left; */
	margin: 17px 0 0;
	padding:0 0 0 22px;
	background: url(/img/common/nvg_bg.gif) no-repeat left top;
}

div#MainNvg ul li{
	display: block;
	text-align: left;
	width: 131px;
	float: left;
}

div#MainNvg ul li a{
	display: block;
	margin: 10px 0 0 0;
}




/*-----------------------------------------------------------
■[40]:サイドナビ
------------------------------------------------------------*/

div#Side{
	width: 239px;
	float: right;
	text-align: left;
}


div#SideFreeword{
	/* height: 118px; */
	background: url(/img/common/sidenvg_freeword_bg.gif) no-repeat left bottom;
	text-align: center;
	margin:0 0 10px;
	padding: 0 0 10px;
	font-size: 10px;
	line-height: 16px;
	color: #7c7152;
}

div#SideFreeword p{
	float:left;
	font-weight:bold;
	padding:4px 0 0;
	text-align:left;
	width:119px;
}

div#SideFreeword p input{
	margin: 0 0 0 15px;
}

div#SideFreeword input.FWbox{
	width: 206px;
	margin: 1px 0 17px;
}

div#SideFreeword input.BtnFW{
	width: 112px;
}


div#SideConcept{
	height: 229px;
	background: url(/img/common/sidenvg_concept_bg.gif) no-repeat left top;
	text-align: center;
	margin:0 0 10px;
}

div#SideConcept img{
	margin: 193px 0 0;
}

div#SideEntrepreneur{
	background: url(/img/common/sidenvg_entrepreneur_bg.gif) no-repeat left bottom;
	margin:0 0 10px;
	font-size: 10px;
	line-height: 16px;
	color: #8f825f;
}

div#SideEntrepreneur p{
	padding:5px 10px 16px;
}

div#SideEntrepreneur p img{
	margin:0 0 5px;
}

div#SideEntrepreneur span{
	padding: 0 10px 8px;
	display: block;
}

div#SideEntrepreneur span img.left{
	margin: 0 15px 0 0;
}


div#SideMobile{
	color: #8f825f;
	height: 169px;
	background: url(/img/common/sidenvg_mobile_bg.gif) no-repeat left bottom;
	margin:0 0 10px;
}

div#SideMobile p{
	display: block;
	padding: 10px 5px 6px 105px;
	font-size:12px;
}

div#Side div#SideMobile span{
	display: block;
	padding: 0 5px 14px 105px;
	font-size: 10px;
	line-height: 16px;
}



/*-----------------------------------------------------------
■[50]:フッター
------------------------------------------------------------*/
div#Footer {
	clear:both;
	height: 41px;
	background-color: #6ec3d7;
	margin: 0 auto;
}


div#Footer a:link 	{ color: #FFF; text-decoration: none; }
div#Footer a:visited 	{ color: #FFF; text-decoration: none; }
div#Footer a:hover 	{ color: #FFF; text-decoration: none; }

div#Footer ul{
	color: #FFF;
	text-align: center;
	padding:12px 0 11px;

}

div#Footer ul li{
	text-align: left;
	display:inline;
	background: url(/img/common/list_square.gif) no-repeat 9px 5px;
}

div#Copy{
	clear: both;
	padding: 17px 0;
	text-align: center;
}

/*-----------------------------------------------------------
■[60]:ぱんくず
------------------------------------------------------------*/
p#TopicsPath {
	width: 950px;
	margin: 0 auto;
	color: #8f825f;
	text-align: left;
	padding: 6px 0;
}


p#TopicsPath a:link{color:#beb18e; text-decoration:underline;}
p#TopicsPath a:visited{color:#beb18e; text-decoration:underline;}
p#TopicsPath a:hover{color:#8f825f; text-decoration:none;}

/*-----------------------------------------------------------
■[80]:レイアウト指定
------------------------------------------------------------*/
.right { text-align: right;}
.center { text-align: center;}
.left { text-align: left;}
.fLeft{ float: left;}
.fRight{ float: right;}
.mt10{margin-top: 10px;}
.pt10{padding-top: 10px;}
.p10{padding: 10px;}
.p15{padding: 15px;}

.bgFF0000{ background-color: #FF0000; }

/*-----------------------------------------------------------
■[90]:指定フォント
------------------------------------------------------------*/
.xxx-large	{ font-size:200%;    line-height:150%; } /*32px*/
.xx-large	{ font-size:150%;    line-height:150%; } /*24px*/
.x-large	{ font-size:131.25%; line-height:150%; } /*21px*/
.large		{ font-size:112.5%;  line-height:150%; } /*18px*/
.mid		{ font-size:100%;    line-height:150%; } /*16px = 12pt*/
.small		{ font-size:80.0%;   line-height:150%; } /*12px*/
.x-small	{ font-size:62.5%;   line-height:150%; } /*10px*/
.xx-small	{ font-size:56.25%;  line-height:150%; } /*9px*/

/*** color ***/
.red		{ color: #FF0000; }

/*-----------------------------------------------------------
■[00]:その他共通
------------------------------------------------------------*/
p.PageTop{
	text-align: right;
	padding:30px 0;
	clear:both;
}


input.check{
	margin: 0 3px;
}

select.select{
	margin: 0 3px;
}
