@charset "UTF-8";
@import url("photo.css");
@import url("table.css");


/* ブラウザスタイルの初期化 */

* {
	margin: 0;
	padding: 0;
	color: #444;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.2em;
	font-size: 14px;
}

/* リンクテキスト (a) */

a:link {
	color: #ff3118;
	text-decoration: none;
}

a:visited {
	color: #b34336;
	text-decoration: none;
}

a:hover {
	color: #992d99;
}

a:active {
	color: #f2f86e;
}


/* 画像 (img) */
img {
	border: 0;
}

/* @group 構造 */

/* 文書本体 (body) */

body {
	background: #efefef url(../images/bg_out_main.gif) repeat-x;
	padding: 0px;
	margin: 0px;
}

div#wraper {
	width: 800px;
	height: 100%;
	margin: 0px auto 0px 0px;
	border-right: 1px solid #666;
	padding: 0px;
}

div#header {
	margin: 0px;
	padding: 0;
	width: 800px;
	height:  150px;
	text-align: left;
	behavior: expression(IEPNGFIX.fix(this));
	background-image: url(../images/bg_header.png);
}



div#contents {
	margin: 0px;
	width: 800px;
	text-align: left;
	color: #333;
	overflow: auto;
}

div.block {
	width: 800px;
	overflow: auto;
	clear: both;
}

div.blockLeft {
	float: left;
	width: 200px;
	font-size: 13px;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}

div.blockRight {
	float: right;
	width: 150px;
	margin: 0px;
	font-size: 14px;
	line-height: 1.8em;
}

div.blockRight#fisrtBlockRight {
	background: url(../images/bg_contents_sidebar_start.gif) no-repeat;
	padding-top: 60px;
	oGverflow: auto;
}

div.blockCenter {
	width: 420px;
	margin-left: 210px;
	font-size: 16px;
	line-height: 2em;
	padding: 0;

}



/* @end */

/* @group menu */

/* サイトロゴ */
#header h1#top {
	float: left;
	margin: 7px 0px 0px 0px;
	padding: 0px;
	width: 180px;
	height: 58px;
	font-size: 18px;
	line-height: 2em;
	text-indent: -9999px;
}
	
#header h1#top a {
	display: block;
	width: 180px;
	height: 58px;
	background: url(../images/logo.gif) no-repeat;
}

#header h1#top a:hover {
	background-position: 0px -58px;
}

#header h1#top a:active {
	background-position: 0px -116px;
}


/* ショルダーメニュー */
ul#shouldermenu {
	margin: 7px 0px 0px 0px;
	padding: 0px;
	width: 430px;
	float: right;
}


ul#shouldermenu li{
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 1em;
	text-indent: -9999px;
}


ul#shouldermenu li a{
	display: block;
	height: 23px;
	background: url(../images/shouldermenu.gif) no-repeat;
	border-bottom: none;
}



ul#shouldermenu li#sm01 a{
	width: 68px;
	background-position: 0px 0px;
}

ul#shouldermenu li#sm02 a{
	width: 67px;
	background-position: -68px 0px;
}

ul#shouldermenu li#sm03 a{
	width: 67px;
	background-position: -135px 0px;
}

ul#shouldermenu li#sm04 a{
	width: 67px;
	background-position: -202px 0px;
}

ul#shouldermenu li#sm05 a{
	width: 81px;
	background-position: -269px 0px;
}

ul#shouldermenu li#sm06 a{
	width: 80px;
	background-position: -350px 0px;
}


ul#shouldermenu li#sm01 a:hover{
	width: 68px;
	background-position: 0px -23px;
}

ul#shouldermenu li#sm02 a:hover{
	width: 67px;
	background-position: -68px -23px;
}

ul#shouldermenu li#sm03 a:hover{
	width: 67px;
	background-position: -135px -23px;
}

ul#shouldermenu li#sm04 a:hover{
	width: 67px;
	background-position: -202px -23px;
}

ul#shouldermenu li#sm05 a:hover{
	width: 81px;
	background-position: -269px -23px;
}

ul#shouldermenu li#sm06 a:hover{
	width: 80px;
	background-position: -350px -23px;
}



ul#shouldermenu li#sm01 a:active{
	width: 68px;
	background-position: 0px -46px;
}

ul#shouldermenu li#sm02 a:active{
	width: 67px;
	background-position: -68px -46px;
}

ul#shouldermenu li#sm03 a:active{
	width: 67px;
	background-position: -135px -46px;
}

ul#shouldermenu li#sm04 a:active{
	width: 67px;
	background-position: -202px -46px;
}

ul#shouldermenu li#sm05 a:active{
	width: 81px;
	background-position: -269px -46px;
}

ul#shouldermenu li#sm06 a:active{
	width: 80px;
	background-position: -350px -46px;
}





/* メインメニュー */
ul#mainmenu {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 800px;
}


ul#mainmenu li{
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 1em;
	text-indent: -9999px;
}


ul#mainmenu li a{
	display: block;
	height: 53px;
	background: url(../images/mainmenu.gif) no-repeat;
	border-bottom: none;
}



ul#mainmenu li#mm01 a{
	width: 97px;
	background-position: 0px 0px;
}

ul#mainmenu li#mm02 a{
	width: 79px;
	background-position: -97px 0px;
}

ul#mainmenu li#mm03 a{
	width: 82px;
	background-position: -176px 0px;
}

ul#mainmenu li#mm04 a{
	width: 53px;
	background-position: -258px 0px;
}

ul#mainmenu li#mm05 a{
	width: 82px;
	background-position: -311px 0px;
}

ul#mainmenu li#mm06 a{
	width: 66px;
	background-position: -393px 0px;
}

ul#mainmenu li#mm07 a{
	width: 75px;
	background-position: -459px 0px;
}

ul#mainmenu li#mm08 a{
	width: 49px;
	background-position: -534px 0px;
}

ul#mainmenu li#mm09 a{
	width: 73px;
	background-position: -583px 0px;
}

ul#mainmenu li#mm10 a{
	width: 83px;
	background-position: -656px 0px;
}

ul#mainmenu li#mm11 a{
	width: 61px;
	background-position: -739px 0px;
}



ul#mainmenu li#mm01 a:hover{
	width: 97px;
	background-position: 0px -53px;
}

ul#mainmenu li#mm02 a:hover{
	width: 79px;
	background-position: -97px -53px;
}

ul#mainmenu li#mm03 a:hover{
	width: 82px;
	background-position: -176px -53px;
}

ul#mainmenu li#mm04 a:hover{
	width: 53px;
	background-position: -258px -53px;
}

ul#mainmenu li#mm05 a:hover{
	width: 82px;
	background-position: -311px -53px;
}

ul#mainmenu li#mm06 a:hover{
	width: 66px;
	background-position: -393px -53px;
}

ul#mainmenu li#mm07 a:hover{
	width: 75px;
	background-position: -459px -53px;
}

ul#mainmenu li#mm08 a:hover{
	width: 49px;
	background-position: -534px -53px;
}

ul#mainmenu li#mm09 a:hover{
	width: 73px;
	background-position: -583px -53px;
}

ul#mainmenu li#mm10 a:hover{
	width: 83px;
	background-position: -656px -53px;
}

ul#mainmenu li#mm11 a:hover{
	width: 61px;
	background-position: -739px -53px;
}


ul#mainmenu li#mm01 a:active{
	width: 97px;
	background-position: 0px -106px;
}

ul#mainmenu li#mm02 a:active{
	width: 79px;
	background-position: -97px -106px;
}

ul#mainmenu li#mm03 a:active{
	width: 82px;
	background-position: -176px -106px;
}

ul#mainmenu li#mm04 a:active{
	width: 53px;
	background-position: -258px -106px;
}

ul#mainmenu li#mm05 a:active{
	width: 82px;
	background-position: -311px -106px;
}

ul#mainmenu li#mm06 a:active{
	width: 66px;
	background-position: -393px -106px;
}

ul#mainmenu li#mm07 a:active{
	width: 75px;
	background-position: -459px -106px;
}

ul#mainmenu li#mm08 a:active{
	width: 49px;
	background-position: -534px -106px;
}

ul#mainmenu li#mm09 a:active{
	width: 73px;
	background-position: -583px -106px;
}

ul#mainmenu li#mm10 a:active{
	width: 83px;
	background-position: -656px -106px;
}

ul#mainmenu li#mm11 a:active{
	width: 61px;
	background-position: -739px -106px;
}



/* ページ移動メニュー（ページ冒頭）　*/

div.blockRight div#pagemenuRight {
	margin: 0 0 40px 0px;
	width: 150px;
	background-color: #4c4c4c;
	padding: 10px 0 35px 0;
}

div.blockRight div#pagemenuRight h3{
	margin: 0 0 15px 15px;
	color: #e4db72;
	font-weight: bold;
	font-size: 13px;
}

div#pagemenuRight a.pagemove , div#pagemenuRight a.pagemoveR{
	margin: 0 0 0 15px;
	font-size: 12px;
	color: #fff;
}

div#pagemenuRight a.pagemoveR{
	display: block;
	margin: 0 15px 0 15px;
	text-align: right;
}

div#pagemenuRight ul#pagemenu{
	margin: 15px 0 15px 0px;
}

div#pagemenuRight ul#pagemenu li{
	list-style-position: outside;
	list-style-type: upper-latin;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 1.3em;
	font-weight: normal;
	margin: 0 10px 2px 35px;
	color: #fff;
}

div#pagemenuRight ul#pagemenu li a{
	border-style: none;
	color: #fff;
}

div#pagemenuRight ul#pagemenu li strong{
	border-style: none;
	color: #191919;
}

div#pagemenuRight a.pagemove:hover , div#pagemenuRight a.pagemoveR:hover , div#pagemenuRight ul#pagemenu li a:hover{
	color: #a1a1ff;
}


/* ページ移動メニュー（ページ末尾）　*/

div#pagemenuEnd {
	margin: 30px 0 40px 210px;
	width: 500px;
	padding: 10px 0 35px 0;
}

div#pagemenuEnd ul#pagemenu{
	margin: 0px;
}

div#pagemenuEnd ul#pagemenu li{
	list-style-position: outside;
	list-style-type: none;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: normal;
	margin: 0 8px 2px 0px;
	float: left;
}

div#pagemenuEnd ul#pagemenu li a{
	padding: 4px;
	background-color: #222;
	border: 1px solid #000;
	color: #fff;
}

div#pagemenuEnd ul#pagemenu li strong{
	padding: 4px;
	background-color: #fff;
	border: 1px solid #fff;
}

div#pagemenuEnd a.pagemove:hover , div#pagemenuEnd a.pagemoveR:hover , div#pagemenuEnd ul#pagemenu li a:hover{
	background-color: #003e82;
	color: #fff;
}




/* ユーザー支援ナビゲーション*/
div#navSkip {
	height: 0px;
	overflow: hidden;
}



/* @end */

/* @group text */

/* 本文　*/

div.blockCenter h2{
	font-weight: bold;
	color: #385121	;
	font-size: 23px;
	line-height: 1.2em;
	margin: 130px 0px 50px 0px;
	letter-spacing: -0.05em;
}

div.blockCenter h2.first {
	margin: 0px 0px 50px 0px;	
}

div.blockCenter p{
	margin: 0 0px 40px 0;
	font-size: 16px;
	line-height: 2em;
}

div.blockCenter p a{
	font-size: 16px;
}

div.blockHorizon p{
	width: 420px;
	margin: 10px 0px 40px 210px;
	font-size: 16px;
	line-height: 2em;
}

div.blockHorizon p a{
	font-size: 16px;
}

img.imageHorizon{
	margin: 10px 0px 50px 0px;
	padding: 0px;
}

img.imageBlockstart{
	margin-top: 70px;
}

div.blockCenter h3{
	display: block;
	font-weight: bold;
	color: #385121;
	font-size: 20px;
	line-height: 1.2em;
	margin: 70px 0px 20px 0px;
	padding: 8px 0px 20px 8px;
	letter-spacing: -0.05em;
	border-left: 1px solid #385121;
}

div.blockCenter h3 span.sub{
	font-weight: normal;
	color: #385121;
	font-size: 14px;
	line-height: 1.4em;
	letter-spacing: -0.05em;
}

div.blockCenter h4{
	display: block;
	font-weight: bold;
	color: #385121;
	font-size: 15px;
	line-height: 1.2em;
	margin: 40px 0px 20px 0px;
	padding: 0px 0px 4px 6px;
	letter-spacing: -0.05em;
	border-left: 6px solid #a0b290;
}

div.blockCenter h4 span.sub{
	font-weight: normal;
	color: #385121;
	font-size: 12px;
	letter-spacing: -0.05em;
}


div.blockRight p{
	width: 125px;
	margin: 0 0px 30px 14px;
	font-size: 12px;
	line-height: 1.5em;
}

div.blockRight h5{
	width: 125px;
	margin: 0 0px 10px 14px;
}

a.outlink {
	font-size: 11px;
}

a.outlink img{
	vertical-align: middle;
	behavior: expression(IEPNGFIX.fix(this));
}


/* 写真関係　*/

div#ex img {
	margin: 0 0 30px 0;
}

div.exWork {
	width: 630px;
	backGground: #ddd;
	background: url(../images/bg_exwork.gif);
	font-size: 12px;
	line-height: 1.5em;
	overflow: auto;
	margin-bottom: 20px;
	border-top: 2px solid #333;
}

div.exWork img{
	margin: 0px 10px 0px 0px;
	float: left;
}

div.exWork h4{
	font-weight: bold;
	font-size: 15px;
	line-height: 1.2em;
	margin: 5px 8px 14px 0px;
}
		

		
/* リスト要素：TOP rssリスト　*/

div.rsstitle {
	color: #385121;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #4b4b4b;
	letter-spacing: -1px;
	padding-bottom: 2px;
	margin-bottom: 4px;
}

ul.rss-items{
	margin: 6px 0 50px 0px;
}

ul.rss-items li.rss-item{
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0px 2px 0px;
	padding-bottom: 2px;
	font-size: 12px;
	line-height: 1.3em;
	font-weight: normal;
	border-bottom: 1px dotted #9a9a9a;
}

ul.rss-items li.rss-item a{
	color:  #555;
	font-size: 12px;
}

ul.rss-items li.rss-item a:hover{
	color: #f00;
}


/* リスト要素：シンプルリスト　*/

ul.simplelist{
	margin: 10px 0 60px 0px;
}

ul.simplelist li{
	list-style-position: outside;
	list-style-type: disc;
	margin: 0 30px 2px 46px;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 1.3em;
	font-weight: normal;
}

ul.simplelist li a{
	font-size: 12px;
}


/* リスト要素：スクエアリスト　*/

ul.squarelist{
	margin: 5px 0 10px 0px;
}

ul.squarelist li{
	list-style-position: outside;
	list-style-type: square;
	margin-top: 3px;
	margin-right: 5px;
	margin-left: 16px;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: normal;
}



/* リスト要素：定義リスト*/

dl {
	margin: 0 30px 60px 0px;
	padding: 0px;
}

dt {
	font-size: 14px;
	font-weight: normal;
	color: #ccc;
	line-height: 1em;
	list-style: none;
	list-style-position: outside;
	margin: 20px 0 5px 0px;
	width: 90px;
	text-align: left;
}

dd {
	margin: -25px 0 5px 100px;
	padding-top: 2px;
	font-size: 16px;
	line-height: 1.4em;
	color: #eee;
}

dd .caption{
	margin-top: 15px;
	font-size: 13px;
	line-height: 1.6em;
	color: #eee;
}

dd a{
	color: #529209;
}

dd a:visited{
	color: #529209;
}

dd a:hover{
	color: #f97e7e;
}


/* リスト要素：シンプルラインリスト　*/

ul.simpleLineList{
	margin: 8px 0 80px 0;
	display: block;
	padding-right: 2px;
	padding-left: 2px;
}

ul.simpleLineListShort{
	margin: 8px 0 20px 0;
	display: block;
	padding-right: 2px;
	padding-left: 2px;
}

div.shortBlock ul.simpleLineList{
	margin-bottom: 50px;
}



ul.simpleLineList li , ul.simpleLineListShort li{
	list-style-position: outside;
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 1.3em;
	border-top: 1px solid #b3b3b3;
	clear: both;
	font-weight: normal;
	font-style: normal;
}

ul.simpleLineList li a , ul.simpleLineListShort li a{
	color: #c77c50;
}


ul.simpleLineList .date , ul.simpleLineListShort .date{
	width: 100px;
	display: block;
	float: left;
	color: #37378c;
}

ul.simpleLineList .title , ul.simpleLineListShort .title{
	width: 385px;
	display: block;
	float: right;
	color: #35354c;
	background-color: #f2f2f2;
	padding: 2px 5px 7px;
	margin-top: 0;
	margin-bottom: 4px;
	line-height: 1.5em;
}

div.courceEx {
	margin: 5px 0 60px 30px;
	width: 480px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}


/* リスト要素：注釈リスト*/

ul.cautionlist {
	margin: 0px 30px 40px 40px;
	padding: 0px 0 0 0px;
}

ul.cautionlist li{
	display: block;
	padding: 0 0 0px 16px;
	margin: 0 0 4px 0;
	color: #aa5555;
	font-size: 11px;
	line-height: 1.3em;
	background-image: url(../images/kome.gif);
	background-repeat: no-repeat;
	list-style: none;
	list-style-position: outside;
}


		
/* コラム*/

div.column {
	width: 610px;
	overflow: auto;
	margin: 10px 0px 50px 20px;
	background-color: #eeeeee;
}

div.column .columnMain{
	color: #666;
	font-size: 12px;
	line-height: 1.7em;
	margin: 0px 15px 40px 15px;
}

div.column .columnMain .calculate{
	color: #555;
	font-size: 13px;
	line-height: 1.7em;
	margin: 0px 15px 15px 15px;
	font-weight: bold;
}

div.column .columnMain .calculate .big{
	color: #333;
	font-size: 20px;
	line-height: 2em;
}

div.column h3{
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5em;
	color: #555;;
	margin: 10px 15px 0px 15px;
	padding-top: 2px;
	border-top: 1px solid #555;
}

div.column h4{
	color: #555;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.3em;
	margin: 0px 0px 60px 15px;
}

.dimS {
	vertical-align: super;
	font-size: 0.7em;
}

.dimSb {
	vertical-align: baseline;
	font-size: 0.7em;
}



/* @end */


/* 関連リンク */

div#contents div.blockCenter div.blockMain a.more-link {
	display: block;
	width: 90px;
	padding: 4px 14px 5px 14px;
	background-color: #b7d8ad;
	color: #323232;
	font-size: 12px;
	line-height: 1em;
}

div#contents div.blockCenter div.blockMain a.more-link:hover {
	background-color: #9dba95;
	text-decoration: none;
}


div.kanrenWorks a{
	float: left;
	display: inline;
	margin-right: 20px;
	margin-left: 10px;
	padding: 4px 14px 5px 14px;
	background-color: #adb8d8;
	color: #323232;
	font-size: 12px;
	line-height: 1em;
}

div.kanrenTopic a{
	float: left;
	display: inline;
	margin-right: 20px;
	padding: 4px 14px 5px 14px;
	background-color: #dfe38d;
	color: #323232;
	font-size: 12px;
	line-height: 1em;
}

div.kanrenWorks a:hover{
	background-color: #929cb7;
}

div.kanrenTopic a:hover{
	background-color: #c3c67b;
}

/* フッター関係 */

div.block#endblock {
	height: 120px;
}

div#footer {
	margin: 0px;
	padding: 12px 0 10px 0;
	width: 100%;
	height: 14px;
	text-align: left;
	background: #000 url(../images/bg_footer.gif) repeat-y;
}

div#footer #credit{
	width: 780px;
	margin-left: 10px;
	font-size: 11px;
	line-height: 1em;
	color: #fff;
}



div.toTopBtn {
	width: 150px;
	height: 30px;
	margin: 0px 0px 0px 380px;
}

div.toTopBtn a{
	display: block;
	color: #f4a162;
	width: 150px;
	height: 30px;
	line-height: 2em;
	padding-top: 2px;
	padding-left: 0px;
	font-size: 12px;
	background-image: url(../images/toPageTop.gif);
	background-position: 0px 0px;
	vertical-align: middle;
}

div.toTopBtn a:hover{
	color: #ffc182;	
	background-position: 0px -30px;
	border: none;
}


.toPageTop a{
	display: block;
	margin: 90px 0px 0px 20px;
	font-size: 11px;
	line-height: 1em;
	color: #04994e;
}

.toPageTop a:hover {
	color: #00e471;
}



a.email{
	color: #fff;
}

a.email:hover {
	color: #3ff;
}




