/* 1.主なタグの初期化
#################################################### */
img{
	border:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

form{
	margin:0;
	padding:0;
}

sup{
	font-size:70%;
	_font-size:80%;
	vertical-align:text-top;
}
ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
li{
	list-style-type:none;
}




/* 2.カラー設定
#################################################### */
/* コーポレートカラー */
.ci{
	#690;
}




/* 2.リンク関連設定
#################################################### */
/* 基本テキストリンク色 */
a:link,
a:active{
	color:#06c;
	text-decoration:none;
}
a:visited,
a:hover{
	color:#c30;
	text-decoration:underline;
}



/* 矢印付き */
a.arrow{
	margin:0;
	padding:0 0 0 20;
	background:url(../images/arrow01.gif) no-repeat 0 50%;
}
a.arrow:link,
a.arrow:visited,
a.arrow:active{
	color:#c30;
	text-decoration:none;
}
a.arrow:hover{
	color:#c30;
	text-decoration:underline;
}

a.arrowSub{
	margin:0;
	padding:0 0 0 20;
	background:url(../images/arrow02.gif) no-repeat 0 50%;
}
a.arrowSub:link,
a.arrowSub:visited,
a.arrowSub:active{
	color:#c30;
	text-decoration:none;
}
a.arrowSub:hover{
	color:#c30;
	text-decoration:underline;
}






/* 3.全ページ共通効果設定
#############################################*/
/* 開発用 */
.test{ /* 枠線付け */
	border:1px solid red;
}
p.twmess{ /* 注釈 */
	color:red;
	font-weight:bold;
	border:2px solid red;
	padding:1em;
}

/* 写真等の回り込み */
.posLeft{
	float:left;
}
.posRight{
	float:right;
}

/* 写真の枠 */
.phSnap img{
	padding:3px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background:#fff;
}

/* キャプション */
.caption{
	margin:3px 0 0 0;
	font-size:75%;
	line-height:1.3;
}

/* 読み上げリーダー用不可視設定 */
.invisible{
	display:none;
}

/* ブロック上部に太い罫
同ページ上に同じ体裁のブロック（段落）が連続する場合に使用。
※同じ体裁のブロックを「item」と呼ぶ
 */
.itemLine{
	padding-top:0em;
	border-top:6px solid #ddd;
}

/* クリアフィックス（clearfix） */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	display:inline-block;
}
/* Hides from IE-mac*/
*html .clearfix{
	clear:both;
	height:1%;
}
.clearfix{
	display:block;
}
/* End hide from IE-mac */









/* 4.版面基本設定
・ウインドウセンター合わせ
・横幅860
・段組(本文)532px---(アキ)32px---(サブ：カテゴリメニュー)196px
#################################################### */
body{
	margin:0;
	padding:0;
	text-align:center;
	font-family:arial,sand-serif,MS Pゴシック;
	background:url(../images/bg_regular.gif) repeat-x #fff;
	color:#000;
}

/* Wrapper = 版面（有効横幅860） */
.wrapper{
	width:860px;
	margin:0 auto;
	padding:0 0 0 0;
	text-align:left;
}
.wrapper:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.wrapper{
	display:inline-block;
}
*html .wrapper{
	clear:both;
	height:1%;
}
.wrapper{
	display:block;
}

/* （表示上の）ボディエリアのwrapper
版面（英：Live Matter または Live Area）として扱う
 */
#liveArea{
	width:860px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#header{
	display:block;
	margin:0 0 0 0;
	padding:0 0 6px 0;
	background-color:#7cc6da;
	border:1px solid #7cc6da;
}
#header div.wrapper{
	background-color:#7cc6da;
}
/* ロゴ */
#header p{ 
	margin:24px 0 0 0;
}

/* グローバルメニュー */
#header ul{
	list-style-type:none;
	margin:12px 0 0 0;
	padding:0;
	background-color:#7cc6da;
	line-height:0;
}
#header ul li{
	list-style-type:none;
	display:block;
	float:left;
	margin:0 8px 0 0;
}
#header ul li.end{
	margin-right:0;
}

/* タイトル・リード */
#pageHeader{
	clear:left;
	width:100%;
	margin:0 0 0 0;
	padding:0 0 1em 0;
	background:url(../images/bg3.gif) repeat-x #f5f5f0;
}
#pageTitleText{
	float:left;
	width:480px;
}
#pageTitleText h1{
	margin:36px 0 0 0;
	padding:0;
	line-height:1.1;
}
#pageTitleVisual{
	float:right;
	width:344px;
	margin:6px 0 0 0;
	background:#cee5f7;
}

/* 本文 */
#contentArea{
	float:left;
	width:680px;
}
#subMenu{
	float:right;
	width:156px;
}
#subMenu ul{
	margin:1em 0 0 0;
	padding:0;
}
#subMenu li{
	display:block;
	padding:0.3em 0;
	font-size:85%;
	border-bottom:1px solid #ccc;
}
#subMenu li a{
	text-decoration:none;
}
.content{
	width:480px;
}
#contentArea h2{
	margin:1em 0 0 0;
	padding:0;
}
#contentArea p{
	margin:0.3em 0 0 0;
	font-size:90%;
	line-height:1.7;
}

#contentArea table th{
	font-size:90%;
	line-height:1.7;
	border-bottom:1px solid #ccc;
	padding:0.5em 0.3em;
}
#contentArea table td{
	font-size:90%;
	line-height:1.7;
	border-bottom:1px solid #ccc;
	padding:0.5em 0.3em;
}

.alltext h2{
	width:480px;
	margin:1em 0 0 0;
	padding:0 0 0.1em 0;
	font-size:100%;
	line-height:1.3;
	color:#007fba;
	border-bottom:5px solid #cee5f7;
}
.pageswitch{
	margin:2em;
	color:#333;
}


.form{
}
.form table{
	border:1px solid #ccc;
}
.form th{
	background:#f5f5f0;
}

.tutor{
	clear:both;
	padding-bottom:2em;
}
.tutorA{
	float:left;
	width:330px;
	margin-right:10px;
}
.tutorB{
	float:left;
	width:160px;
	margin-right:10px;
}
/* フッタ */
#footer{
	clear:both;
	width:100%;
	margin:60px 0 0 0;
	padding:0 0 60px 0;
	background:#7cc6da;
}
#footer li{
	display:inline;
	margin:0 2em 0 0;
	font-size:80%;
}






















/* 4-1.Content = （表示上の）ボディエリア（横幅760）
############################### */
/* パンくずリスト */
#topicPath{
	margin:6px 0 0 0;
	padding:0;
}
#topicPath li{
	display:inline;
	list-style-type:none;
}
#topicPath li a{
	padding-right:14px;
	background:url(../images/arrow_topicpath.gif) no-repeat right center;
}














/* contentのタイトル領域 */
#contentHeader{
}
#contentHeader h1{
	margin:24px 0 0 0;
	padding:0 0 0 0;
	line-height:0;
}

#item{
	width:532px;
	margin:32px 0 0 0;
}









/* 3.全ページ共通書式設定
#############################################*/
/* タイトルエリア */
#contentHeader{
	margin:0 0 3em 0;
}
#contentHeader h1{
	margin:0 0 2em 0;
	line-height:0;
}
#contentHeader h2{
	margin:1em 0 0em 0;
	line-height:1;
}
/* リードコピー */
#contentHeader p.leadCopy{
	margin:0.2em 0 0 0;
	line-height:1.7;
}


/* ボディ本文エリア */
#contentBody{
}

#contentBody p{
	line-height:1.7
}
#contentBody li{
	list-style-type:none;
	line-height:1.7
}

/* ボディ 見出し（h2） */
#contentBody h2{
	margin:0;
	padding:0;
	line-height:1;
	color:#690;
}

#contentBody h2.txt{ /* h2がテキストの場合 */
	margin:0;
	padding:0;
	font-size:120%;
	line-height:1.7;
	color:#690;
}

#contentBody h3{
	margin:0.3em 0 0.3em 0;
	padding:0;
	font-size:105%;
	line-height:1.3;
}

/* ボディコピー（本文） */
#contentBody p{
	margin:0 0 0.7em 0;
	padding:0;
	font-size:90%;
	line-height:1.7;
}


/* ボディ 段落 */
.item{
	margin:0 0 2em 0;
}



/* 写真をカタログ風に並べる場合

■リストタイプ
・ブロックの横幅250
・サムネイルの大きさ 240×160;
・写真の枠設定も含む
※キャプションは枠内となるのでポラロイド写真ふう
・枠線と写真のアキ 4px */
ul.phCatalogue240{
	display:block;
	margin:0;
	padding:0;
}
ul.phCatalogue240 li{
	display:block;
	list-style-type:none;
	float:left;
	margin:0 16px 32px 0;
	_margin:0 14px 32px 0;
	padding:0;
	border:1px solid #ccc;
}
ul.phCatalogue240 li img{
	margin:4px 3px 0 3px;
}
ul.phCatalogue240 li span{
	display:block;
	margin:0.2em 0 4px 10;
	font-size:80%;
}



/* 写真をカタログ風に並べる場合

■ブロック要素タイプ
・ブロックの横幅250
・サムネイルの大きさ 240×160;
・写真の枠設定も含む
※キャプションは枠外
・枠線と写真のアキ 4px */
div.phCatalogue240{
	float:left;
	margin:0 16px 16px 0;
	_margin:0 14px 16px 0;
}
div.phCatalogue240 p{
	width:250;
	margin:0 0 0 0;
}
div.phCatalogue240 h3{
	margin:0.3em 0 0 0;
}
div.phCatalogue240 p img{
	margin:0 0 0 0;
	padding:3px;
	border:1px solid #ccc;
}
div.phCatalogue240 p.itemDescription{ /* 説明文の高さを揃える：2行 */
	height:3.4em;
}





/* ページ右、各カテゴリメニュー */
#contentSub h2{
	margin:24px 0 0 0;
	line-height:0;
}
#contentSub ul{
	margin:6px 0 0 0;
	padding:0;
	border-top:1px solid #999;
}
#contentSub li{
	list-style-type:none;
	font-size:90%;
	line-height:2.0;
	border-bottom:1px solid #999;
}


#contentSub li.subIndex{ /* さらに下に階層を持つ場合 */
	border-bottom:none;
}
#contentSub li.subIndex ul{
	margin:0 0 0 0;
	padding:0;
	border-top:1px solid #999;
}
#contentSub li.subIndex li{
	margin-left:20;
}




/* 5.ヘッダ設定
#################################################### */

/* サイトタイトル */
#logoHeader{
	display:block;
	float:left;
	width:305px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}


/* 住所・問い合わせ等 */
#addressHeader{
	display:block;
	float:right;
	width:360;
	height:65px;
	margin:0;
	padding:0;
	line-height:0;
}
#addressHeader p{
	display:block;
	padding:0;
	line-height:0;
}
#addressHeader p#address{
	margin:12px 0 0 0;
}
#addressHeader p#contact{
	margin:3px 0 0 0;
}
#addressHeader p#contact img#mail{
	margin-left:14px;
}






/* 6.グローバルメニュー設定
###################### */
#menuGlobal{
	clear:both;
	width:760;
	height:90;
	margin:0;
	padding:0;
	line-height:0;
}

/* 文字サイズ切り替え
###################### */
#fontsizeChanger{
	display:block;
	float:right;
	width:185px;
	height:28px;
	margin:0 0 0 0;
	padding:2px 0 0 0;
	line-height:0;
}
#fontsizeChanger p{
	display:block;
	float:left;
	width:75px;
	height:25px;
	margin:0;
	padding:0;
	line-height:0;
}
#fontsizeChanger img{
	margin:3px 0 0 0;
	line-height:0;
}
#fontsizeChanger ul{
	display:block;
	float:right;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#fontsizeChanger li{
	float:left;
	list-style-type:none;
	line-height:0;
}
#fontsizeChanger a{
	display:block;
	float:left;
	list-style-type:none;
	height:25px;
	text-indent:-9999px;
	margin-left:2px;
	line-height:0;
}

/* サイズ切り替えボタン
・選択時の設定は各フォントサイズ指定css内参照 */
#fontsizeChanger a#font_l{
	width:27px;
	background:url(../images/btn_font_l.gif) no-repeat;
}
#fontsizeChanger a#font_m{
	width:42px;
	background:url(../images/btn_font_m_o.gif) no-repeat;
}
#fontsizeChanger a#font_s{
	width:27px;
	background:url(../images/btn_font_s.gif) no-repeat;
}

/* グローバル 主要カテゴリメニュー */
#menuGlobal ul#menuMainCategory{
	clear:right;
	display:block;
	width:760;
	height:55px;
	margin:0;
	padding:0 0 0 2px;
	background:url(../images/bg_menu_global.gif) no-repeat;
}
#menuGlobal ul#menuMainCategory li{
	display:block;
	float:left;
	margin:5px 7px 0 0;
	padding:0;
}





/* 7.フッタ設定
#################################################### */
#footer{
	clear:both;
	width:760;
	margin:32px 0 0 0;
	padding-top:0.5em;
	/* hack */
	border-top:1px solid #fff;
}
#footer a{
	color:#000;
	background:url(../images/arrow.gif) no-repeat 0 50%;
	padding-left:1.2em;
}
#goPagetop{
	margin:32px 0 0 0;
	text-align:right;
}
address{
	width:100%;
	height:88px;
	margin:12px 0 0 0;
	padding:12px 0 0 12px;
	background:#690;
	line-height:0;
}
address img{
	margin:0;
	line-height:0;
}
#pageend{
	float:left;
	width:305px;
	margin:0;
	padding:0;
	line-height:0;
}
#siteUtilities{
	float:right;
	width:400;
	margin:6px 0 0 0;
	text-align:right;
	line-height:0;
}
#siteUtilities a{
	margin-left:24px;
}



/* 7.その他
#################################################### */
/* hislide.js用 */
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
	outline: none;
}
.highslide img {
	border: 1px solid #fff;
}
.highslide:hover img {
	border: 1px solid #c60;
}

.highslide-image {
	border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	
	border: 2px solid white;
	border-top: none;
	font-family: Verdana, Helvetica;
	font-size: 10pt;
	padding: 5px;
	background-color: white;
}
.highslide-loading {
	display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: black;
	/*
	padding-left: 22px;
	background-image: url(highslide/graphics/loader.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
	*/
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}

.highslide-move {
	cursor: move;
}
.highslide-display-block {
	display: block;
}
.highslide-display-none {
	display: none;
}
.control {
	float: right;
	display: block;
	position: relative;
	margin: 0 5px;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 1px;
	margin-bottom: 1px;
}
.control, .control * {
	color: #666;
}
