@charset "UTF-8";

/*文字の大きさ参考（13px基準）
 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 14px = 108%    15px = 116%    16px = 124%    17px = 131%
 18px = 139%    19px = 147%    20px = 154%    21px = 162%
 22px = 170%    23px = 177%    24px = 185%    25px = 193%
 26px = 200%    27px = 208%    28px = 216%    29px = 224%
 30px = 231%
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, /*sub, sup,*/ tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;
	vertical-align: baseline;*/
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
	display: block;
}

audio,canvas,video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

ol,ul {
	list-style: none;
}

caption {
	text-align: left;
}

abbr,acronym {
	font-variant: normal;
}

address,caption,cite,code,dfn,em,strong,var,b {
	font-style: normal;
	font-weight: normal;
}

sub,sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

q {	/* <q>要素は引用文（IE6/7は未対応） */
    quotes: none;
}

hr {
	color: inherit;
	height: auto;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

pre {
	font-family: monospace, sans-serif;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code,samp,kbd {
	font-family: monospace, sans-serif;
}

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

/*
==================================================
初期設定
==================================================
*/

optgroup {
	background-color: #ffffcc;
	color: #000000;	/* Operaがデフォルトで白文字のため */
}

option {
	background-color: #ffffff;	/* 全体が上記指定色になるため項目中身を上書き */
}

img {
	vertical-align: top;	/* 垂直型リストで画像を並べた時の隙間を消す方法、IEでimgの下に隙間を持つ（inline解釈）問題対策 */
}

svg:not(:root) {	/* Corrects overflow displayed oddly in IE9 */
    overflow: hidden;
}

:focus {
	outline: 0;
}

input,button,textarea,select {
  font-size: 100%;	/* 文字サイズ基点調整 */
  font-family: inherit;
  color: inherit;
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;	/* Addresses box sizing set to content-box in IE8/9 */
    padding: 0;	/* Removes excess padding in IE8/9 */
}

textarea {
	overflow: auto;	/* IEだけデフォルトで表示されるtextareaのスクロールバーを消す */
	vertical-align: top;	/* Improves readability and alignment in all browsers */
}

/*
object,embed {
	vertical-align: top;
}
*/

/* 縦スクロールバーを常に出しておいてレイアウトズレ防止と、IEでフレームページでスクロールバーが出る問題解決 */
/*html {	
	overflow-y: scroll;
}*/

/*
==================================================
全体構造
==================================================
*/

body {
	font-size: 82%;
	color: #4C4638;
	background-color: #FCFAF4;
	font-family: "Lucida Grande","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif,Verdana,Arial,Helvetica;
	min-width: 960px;
}

html {
	background-color: #766C60;
}

/*
========== リンク ==========
*/

a:link {
	text-decoration: none; 
	color: #64AEBF;
	/*background: transparent;*/
}
a:visited {
	text-decoration: none;
	color: #64AEBF;
	/*background: transparent;*/
}
a:hover {
	text-decoration: underline;
	color: #766C60;
	/*background: transparent;*/
}
a:active {
	text-decoration: none;
	color: #766C60;
	/*background: transparent;*/
}

/*
========== CSS Sprites ==========
*/

#header h1 a,#site_id a,#inq_head,.utility_nav_head a,.nav_global a,
#footer h1 a,#site_id_foot p,.pagetop a,#btn_cl_slides a,
.tp_home {
	background: url(../images_global/bg_sprites1.png) 0 0 no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	/*画像置換：最新参考版
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;*/
}

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

.pagetop {
	position: relative;
	clear: both;	/* float後のclearプロパティの指定で、IE6/7で不自然な上余白ができてしまう→clearプロパティを指定した要素にwidthかzoomで */
	padding: 0 0 35px 0;	/* マージンだと効かないので、高さ分のパディングで（一番手軽方法でフッターに画像高さ15pxと上マージン20pxの32px） */
}

.pagetop a {
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	background-position: -739px -154px;
	width: 104px;
	height: 15px;
}

/*
==================================================
コンテンツ
==================================================
*/

/*
========== レイアウト ==========
*/

#content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.cont_home {
	padding-top: 20px;
}

#col_main {
	float: left;
	width: 660px;
	margin-bottom: 40px;
}

#col_sub {
	float: right;
	width: 260px;
	margin-bottom: 40px;
}

.cont_template1 #col_main {
	position: relative;
	padding-top: 50px;	/* paddingは絶対配置の基準に含まれない */
}

/*
========== clearfix ==========
*/

dl.notes:after,dl.remarks:after,
.col_layout:after,.pair_nav:after,

.si_foot:after,.sec_caselist article:after,
.topic_path:after,.photolist:after {
	content: '';
	display: block;
	clear: both;
	/* old type
	content: ".";
	display: block;
	height: 0;
	clear: both;
	line-height: 0;
	visibility: hidden;*/
}

/*
==================================================
セクション・グループ
==================================================
*/

.sec_cont {
	margin-bottom: 40px;
}

.atcl_cont {
	margin-bottom: 50px;
}

/*
==================================================
段落（小さな範囲から対象を決めていく）
==================================================
*/
/*[class^="cont_template"] p*/
.sec_cont p {
	margin-bottom: 1em;
	line-height: 1.7;
}

.sec_cont .lead {
	margin-bottom: 30px;
}

.sec_cont .area_btn {
	text-align: center;
	margin: 20px 0;
}

.area_btn input {
	margin: 0 20px
}

.area_btn form,.area_btn p {	/* フォームの確認ページのボタン並列マークアップ */
	display: inline;
}

/*
==================================================
見出し
==================================================
*/

.cont_template1 h1 {
	position: absolute;
	right: -300px;
	top: 0;
}

.cont_template1 h2 {
	margin: 0 0 30px -60px;
}

.cont_template1 h2.bg_heading1 {
	background: url(../images_global/bg_heading1.gif) no-repeat;
	width: 660px;
	height: 50px;
	line-height: 50px;
	font-size: 269%;
	color: #766C60;
	padding-left: 60px;
	font-family: Century,Georgia,serif;
	text-shadow: 1px 1px 0 rgba(255,255,255,1);
}

.cont_template1 h3,
.cont_template2 h2 {
	background: url(../images_global/bg_heading2.gif) left 0.3em no-repeat;
	line-height: 1.4;
	padding: 0 0 5px 21px;
	font-size: 139%;
	color: #766C60;
	border-bottom: 1px solid #EAE3D4;
	margin-bottom: 20px;
}

.cont_template2 h1 {
	margin: 30px 0 30px -60px;
}

/*
==================================================
ナビゲーション
==================================================
*/

/*
========== ページナビゲーション（liを改行するとスペースが入る問題対策必要） ==========
*/

/* 中央揃え用 */

.page_navi {
	text-align: center;
}

.page_navi ul {
	display: inline;	/* 左ボーダー使えるが、マージン上下が使用できない */
	border-left: 1px solid #999999;
}

.page_navi li,
.page_navi li {
	display: inline;
	border-right: 1px solid #999999;
	padding: 0 5px;
}

/* リストの最初のボーダーを消す方法（右揃えのときは、右ボーダー、右ネガティブマージンで、中央揃えのときはこの手法は使えない）
→同じ考えでリストで、リストの最初の上ボーダーを消す方法に使用できる */

.page_navi_lt {
    overflow: hidden;
	margin-left: -10px;
}

.page_navi_lt li {
	display: inline;
	border-left: 1px solid #999999;
	padding: 0 10px 0 11px;
	margin-left: -1px;
}

.page_navi_rt {
    overflow: hidden;
	text-align: right;
	margin-right: -10px;
}

.page_navi_rt li {
	display: inline;
	border-right: 1px solid #999999;
	padding: 0 11px 0 10px;
	margin-right: -1px;
}

/* inline-block方法で中央配置のページナビゲーション改良版
<ul class="pager">
<li><span>Page 5 of 12</span></li>
<li><a href="#">&laquo; First</a></li>
<li><a href="#">&lsaquo; Previous</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><span class="current">5</span></li>
<li><a href="#">6</a></li>
<li><a href="#">7</a></li>
<li><a href="#">Next &rsaquo;</a></li>
<li><a href="#">Last &raquo;</a></li>
</ul>
*/

.pager {
	text-align: center;
	margin-right: -5px;
}

.pager li {
	display: inline;
	margin-right: 5px;
}  

.pager li a {
	display: inline-block;
	padding: 0.3em 0.5em;
	border: solid 2px #99978F;
	color: #766C60;
}

.pager li span {
	display: inline-block;
	padding: 0.3em 0.5em;
	border: solid 2px #766C60;
	background-color: #99978F;
	color: #ffffff;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.3);
}

.pager li .current {
	background-color: #766C60;
    border: solid 2px #766C60;
}

.pager li a:link,
.pager li a:visited {
	text-decoration: none;
}

.pager li a:hover,
.pager li a:active {
	border: solid 2px #766C60;
	background-color: #F5F0E5;
}

/*
========== 汎用インラインリスト・ナビ ==========
*/

.inline_nav,.inline,.inline_nav_rt {
	word-wrap: break-word;	/* 改行をコントロールするword-wrapプロパティは主要の最新ブラウザで有効（IE6、7、8、Firefox3.6、Safari4、Chrome、Opera10.52） */
}

.inline dt {
	font-weight: bold;
	margin: 0 0 0.5em 0;
}

.inline li,.inline dd,
.inline_nav li,.inline_nav dd {
	display: inline-block;
	/* テキストの途中の改行が嫌で、左端を揃えたい場合は、display: inline-block;にする。次にIE6/7には「inline block list」対策をする */
	margin-right: 20px;
	line-height: 2;
}

.inline_nav_rt {	/* 右寄せタイプ */
	text-align: right;
}

.inline_nav_rt li {	/* 右寄せタイプ */
	display: inline-block;
	/* テキストの途中の改行が嫌で、左端を揃えたい場合は、display: inline-block;にする。次にIE6/7には「inline block list」対策をする */
	margin-left: 20px;
	line-height: 2;
}

.inline_nav a,.inline_nav_rt a {	/* 基本となるビュレット設定 */
	/*background: url(../images_global/bg_bullet1.png) left center no-repeat;
	padding-left: 16px;*/
}

.inline_nav .blank,.inline_nav_rt .blank {	/* ビュレットを上書き設定 */
	/*background: url(../images_global/bg_blank.gif) 100% 0.45em no-repeat;
	padding: 0 16px 0 0;*/
}

/*
========== リストナビ・汎用アイコンリンク ==========
*/

.list_nav li {
	margin: 0 0 0.5em 0;
	line-height: 1.7;
}

.list_nav li a,
.atcl_ .more a,.atcl_ .back a,.icolink {
	display: inline-block;	/* a要素が2行になった場合に背景下にテキストが来ないように */
	background: url(../images_global/bg_bullet1.gif) 0 0.4em no-repeat;
	padding-left: 18px;
	line-height: 1.7;	/* line-height指定の範囲が及ばないa要素への.icolink用 */
}

.atcl_ .back .back_link {
	background: url(../images_global/bg_bullet1_bak.gif) 0 0.4em no-repeat;
}

.blank {
	display: inline-block;
	background: url(../images_global/bg_blank.gif) 100% 0.45em no-repeat;
	padding-right: 16px;
	line-height: 1.7;
}

/*
========== ペアナビ（左右対） ==========
*/

.pair_nav {
	margin-bottom: 20px;
}

.pair_nav .prev {
	float: left;
}

.pair_nav .prev a {
	/*background: url(../images_global/bg_bullet1_bak.gif) left center no-repeat;
	padding-left: 18px;*/
}

.pair_nav .next {
	float: right;
}

.pair_nav .next a {
	/*background: url(../images_global/bg_bullet1.gif) right center no-repeat;
	padding-right: 18px;*/
}

/*
========== パンくずリスト ==========
*/

/* ol手法のトピックパス：インライン版だとシンプルで、clearfixの必要なし（ただしIE6/7は2行になると画像・ボーダー表示バグあり） */

/*.topic_path {
	padding: 8px 5px 8px 5px;
}

.topic_path li {
	display: inline;
	padding: 0 11px 0 0;
	background: url(../images_global/bg_path.gif) right center no-repeat;
	margin: 0 5px 0 0;
	font-size: 93%;
	line-height: 1.4;
}

.topic_path li.current {
	background-image: none;
	padding: 0;
	margin: 0;
}*/

/* liの直下にあるli (隣接) にのみ装飾をおこなうセレクタ→最初のli以外のliにパス画像表示
ただし、隣接セレクタに対応したIE7は2行になると表示バグあり→IE各種にはスタイル適用しないようにするか1行限定*/

.topic_path {
	margin: 10px 0;
}

.topic_path li {
	float: left;
	color: #99978E;
	line-height: 1.4;
	font-size: 93%;
}

.topic_path li+li {
	background: url(../images_global/bg_path.gif) left center no-repeat;
	padding-left: 14px;
	margin-left: 8px;
}

.tp_home {
	display: block;
	width: 16px;
	height: 15px;
	background-position: -963px -154px;
}

.topic_path a {
	color: #766C60;
}

/*
==================================================
ブロック
==================================================
*/

/*
========== ブラウザデフォルトリスト ==========
*/

ol.default {
	list-style: decimal none outside;	/* 一括指定（list-style-type/image/position） */
	padding: 0 0.5em 0 2em;
}

ul.default {
	list-style: disc none outside;	/* 一括指定（list-style-type/image/position） */
	padding: 0 0.5em 0 2em;
}

ol.default li,
ul.default li {
	margin: 0 0 0.5em 0;
	line-height: 1.7;
}

dl.default {
	line-height: 1.7;
}

dl.default dt {
	margin: 0 0 0.5em 0;
	font-weight: bold;
}

dl.default dd {
	margin: 0 0 0.5em 1em;
}

/* 必要に応じた部分の上書き設定 */

td ol.default li,
td ul.default li {
	margin: 0;
	line-height: 1.7;
}

/*
========== general_layout ==========
*/

.general_layout_lt,
.general_layout_rt {
	overflow: hidden;	/* clearfix代替 */
}

.general_layout_lt .gl_img {
	float: left;
	margin: 0 20px 10px 0;
}

.general_layout_rt .gl_img {
	float: right;
	margin: 0 0 10px 20px;
}

.general_layout_lt .gl_txt,
.general_layout_rt .gl_txt {
	overflow: hidden;	/* テキスト部分の回り込み防止 */
}

/* 必要に応じた部分の上書き設定 */

.gl_img img {
	border: 1px solid #cccccc;
	padding: 4px;
	background-color: #ffffff;
}

.gl_img img.bn {
	border: none;
}

td .general_layout_rt .gl_img {
	margin-bottom: 0;
}

.gl_img .caption {	/* キャプション（折り返してくれないので改行対策か、幅指定の汎用決め打ちが必要）→以下の方法で解決 */
	display: block;
	margin-top: 0.5em;
	font-size: 77%;
	text-align: left;	/* キャプションの幅を画像の幅に合わせる方法で画像を中央寄せにしたから */
}

.gl_img {	/* キャプションの幅を画像の幅に合わせる方法（画像がなくNoImage画像の処理をしない場合、幅の分スペースができてしまう） */
	display: table;
	width: 120px;	/* minimum width */
	text-align: center;
}

/*
========== テーブルデザイン1 ==========
*/

table.td1 {	/* IE5-6が未対応なため、同様の表示にはXHTMLのテーブル要素に cellspacing="0"の属性が必要 */
	width: 100%;	/* autoにすると必要分の幅に */
	border-collapse: separate;
	border-spacing: 0;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

table.td1 tr {
	/*vertical-align: top;*/
}

table.td1 th {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 1em 1em 0.9em 1em;
	background-color: #F5F0E5;
	line-height: 1.7;
	width: 1%;
	white-space: nowrap;
	text-align: left;
	font-weight: normal;
}

table.td1 td {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 1em 1em 0.9em 1em;
	line-height: 1.7;
	background-color: #ffffff;
}

/* 必要に応じた部分の設定 */

table.td1 caption {
	display: none;
}

/* キャプション表示でテーブルの上マージン時は各種ブラウザ違いがあるので気をつける（tableとcaptionが分離してしまうfirefox3がアウト）
caption上部の余白をつけたい場合：divで囲みセクション扱いにする、または前の要素にmargin-bottomを指定
tableとcaptionの間に余白をつけたい場合：captionのpadding-bottomを指定 */

/*
========== テーブルデザイン2 ==========
*/

table.td2 {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

table.td2 th {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 1em 1em 0.9em 1em;
	background-color: #f7f7f7;
	line-height: 1.7;
}

table.td2 td {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 1em 1em 0.9em 1em;
	line-height: 1.7;
	background-color: #ffffff;
}

/* 必要に応じた部分の設定 */

table.td2 tbody.w14em th {
	width: 14em;
	background-color: #fcfcfc;
	text-align: left;
}

/*
========== お知らせ ==========
*/

dl.information {	/* clearfix（なしでも問題ない場合があるが、次のブロック要素のため、できればあった方がよい）↓今回はoverflow: hidden;があるからOK */
	line-height: 1.7;
	overflow: hidden;
	margin-top: -1em;
}

dl.information dt {
	clear: left;
	float: left;
	padding: 1em 0 0.9em 0;	/* 左右パディングを入れないこと */
	width: 10em;	/* 2行にならないように */
	/*text-indent: 10px;*/	/* 左パディングの代替 */
	margin-right: -10em;	/* IE6の3pxズレ解消 */
	font-weight: bold;
}

dl.information dd {
	padding: 1em 1em 0.9em 10em;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: -1px;
}

/*
========== インラインブロックリスト1 ==========
使用例：*/



/*
========== 定義リスト1 ==========
*/

dl.dl1 {	/* clearfix（なしでも問題ない場合があるが、次のブロック要素のため、できればあった方がよい）↓今回はoverflow: hidden;があるからOK */
	line-height: 1.7;
	overflow: hidden;
}

dl.dl1 dt {
	clear: left;
	float: left;
	padding: 0 0 0.9em 0;	/* 左右パディングを入れないこと */
	width: 11em;	/* 2行にならないように */
	/*text-indent: 10px;*/	/* 左パディングの代替 */
	margin-right: -11em;	/* IE6の3pxズレ解消 */
	font-weight: bold;
	text-align: right;
}

dl.dl1 dd {
	padding: 0 1em 0.9em 11em;
}

/*
========== カラムレイアウト ==========
*/

.col_layout {	/* clearfix */
}

/* レイアウトタイプ1 */

.col3_300_lt,.col3_300_ctr,.col3_300_rt {
	float: left;
	width: 300px;
}

.col3_300_ctr {
	padding: 0 30px;
}

/*
==================================================
エレメント
==================================================
*/

/*
========== インラインテキストinイメージ ==========
*/

.itii {	/* 文字より小さい画像の場合、IE6以下でline-heightが指定の値よりも小さくなり行の高さが縮まる→上下マージンで調整する */
	vertical-align: middle;
	margin: 0 5px;
}

/*
========== 配置 ==========
*/

.lyt_ctr {
	text-align: center;
}

.lyt_rt {
	text-align: right;
}

/*
========== 1文字インデント ==========
*/

.cap1 {
	padding-left: 1em;
	text-indent: -1em;
	display: block;
}

/*
========== 非表示（音声リーダーに対応） ==========
*/

.display_off {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

/*
========== ※注意書き ==========
*/

/* 番号順 */

ol.notes li {
	margin: 0 0 0.5em 0;
	line-height: 1.7;
	padding: 0 0.5em 0 3em;	/* 左パディング：※番号幅2.5+文字との間隔0.5／右パディング：文字との間隔分0.5を増やす */
}

ol.notes li span {
	margin: 0 0 0 -3em;	/* 左パディング：※番号幅+文字との間隔 */
	float: left;
}

/* ※のみ */

ul.notes li {
	margin: 0 0 0.5em 0;
	line-height: 1.7;
	padding: 0 0.5em 0 1.5em;	/* 左パディング：※幅1+文字との間隔0.5／右パディング：文字との間隔分0.5を増やす */
}

ul.notes li span {
	margin: 0 0 0 -1.5em;	/* 左パディング：※幅+文字との間隔 */
	float: left;
}

/* ※番号順：上記IE6で行頭ズレ3px問題を起きないようにする方法 */

dl.notes {	/* clearfix（IE6は左右パディング、ボーダーが設定された中ではhasLayout） */
	line-height: 1.7;
	margin-bottom: -0.5em;
}

dl.notes dt {
	float: left;
	padding: 0 0 0.5em 0;	/* 左右パディングを入れないこと */
	width: 3em;	/* 2行にならないように */
	margin-right: -3em;	/* IE6の3pxズレ解消 */
}

dl.notes dd {
	margin-left: 3em;
	padding: 0 0 0.5em 0;
}

/* ※のみ：上記IE6で行頭ズレ3px問題を起きないようにする方法 */

dl.remarks {	/* clearfix（IE6は左右パディング、ボーダーが設定された中ではhasLayout） */
	line-height: 1.7;
	margin-bottom: -0.5em;
}

dl.remarks dt {
	float: left;
	padding: 0 0 0.5em 0;	/* 左右パディングを入れないこと */
	width: 1.5em;	/* 2行にならないように */
	margin-right: -1.5em;	/* IE6の3pxズレ解消 */
	font-weight: normal;
}

dl.remarks dd {
	margin-left: 1.5em;
	padding: 0 0 0.5em 0;
}

dl.remarks dd em {
	font-weight: bold;
}

/*
========== 透明度 ==========
*/

.transparency {
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .75; /* Safari 1.x */
	-moz-opacity: .75; /* FF lt 1.5, Netscape */
}

/*
========== 背景 ==========
*/

.bg_gray {
	
}

/*
========== テキスト ==========
*/

.txt_s {
	
}

em {
	
}

strong {
	
}

.txt_org {
	color: #FF6600;	
}

.txt_bold {
	font-weight: bold;
}

/*
========== ボタンデザインA ==========
*/

.btn_dsn_a {	/* カラーテーマ */
	display: inline-block;
	cursor: pointer;
	
	padding: 5px 10px;
	border: 1px solid #C8BFB2;
	margin-bottom: 10px;
	text-align: center;
	color: #4C4638 !important;
	text-decoration: none;
	line-height: 1;
	font-size: 93%;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	background: #EAE3D4;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#EAE3D4) );
	background: -webkit-linear-gradient(-90deg, #ffffff, #EAE3D4);
	background: -moz-linear-gradient(-90deg, #ffffff, #EAE3D4);
	background: linear-gradient(-90deg, #ffffff, #EAE3D4);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#EAE3D4');	/* for IE6-9 */
	
	-webkit-box-shadow: inset 0 0 1px #cccccc;
	box-shadow: inset 0 0 1px #cccccc;
}

.btn_dsn_a:hover {	/* カラーテーマ */
	background: #EAE3D4;
	background: -webkit-gradient(linear, left top, left bottom, from(#EAE3D4), to(#ffffff) );
	background: -webkit-linear-gradient(-90deg, #EAE3D4, #ffffff);
	background: -moz-linear-gradient(-90deg, #EAE3D4, #ffffff);
	background: linear-gradient(-90deg, #EAE3D4, #ffffff);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EAE3D4', endColorstr='#ffffff');	/* for IE6-9 */
	
	-webkit-box-shadow: inset 1px 1px 0 #ffffff;
	box-shadow: inset 1px 1px 0 #ffffff;
	
	color: #766C60 !important;
	text-decoration: none;
}

.btn_dsn_a span {
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica;
}

/*
==================================================
フォーム
==================================================
*/

fieldset {
	margin-bottom: 30px;
}

/*
========== テキストフィールド ==========
*/
/* MicroEngine メールフォームの確認画面で、入力項目のNAMEに対応したID名を持つ要素内に入力内容に置換される仕様のため、
IDの前にタグ（input/textarea）を付加してフィールドのデザインと区別し、反映させないようにする */

/* 入力フォーマット大 */

input#name,input#mail,input#subject {
	border: 4px solid #D3CDC1;
	background-color: #F5F0E5;
	padding: 8px;
	color: #766C60;
	font-size: 154%;
}

#name:focus,#mail:focus,#subject:focus {
	border: 4px solid #4C4638;
	background-color: #766C60;
	color: #ffffff;
}

/* 入力フォーマット標準 */

textarea#comment {
	border: 2px solid #D3CDC1;
	background-color: #F5F0E5;
	padding: 4px;
	color: #766C60;
	font-size: 124%;
}

#comment:focus {
	border: 2px solid #4C4638;
	background-color: #766C60;
	color: #ffffff;
}

/*
========== 各種設定 ==========
*/

input#name {
	width: 300px;
}

input#mail,input#subject {
	width: 500px;
}

textarea#comment {
	width: 700px;
	resize: vertical;
}


