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

form{
	margin:0;
	padding:0;
}

sup{
	font-size:70%;
	_font-size:80%;
	vertical-align:text-top;
}




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

/* Wrapper = 版面（有効横幅760px） */
#wrapper{
	width:760px;
	margin:0px auto;
	padding:0px 0px 0px 8px;
	text-align:left;
}

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

/* メインコンテンツエリア：主要本文領域（横幅532px） */
#contentArea{
	float:left;
	width:532px;
}

/* contentのメニュー領域（横幅196px） */
#contentSub{
	float:right;
	width:196px;
}
















/* 4-1.Content = （表示上の）ボディエリア（横幅760px）
############################### */
/* パンくずリスト */
#topicPath{
	margin:6px 0px 0px 0px;
	padding:0px;
}
#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 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height:0;
}

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









/* 3.全ページ共通書式設定
#############################################*/
/* タイトルエリア */
#contentHeader{
	margin:0px 0px 3em 0px;
}
#contentHeader h1{
	margin:0px 0px 2em 0px;
	line-height:0;
}
#contentHeader h2{
	margin:1em 0px 0em 0px;
	line-height:1;
}
/* リードコピー */
#contentHeader p.leadCopy{
	margin:0.2em 0px 0px 0px;
	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:0px;
	padding:0px;
	line-height:1;
	color:#690;
}

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

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

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


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



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

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



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

■ブロック要素タイプ
・ブロックの横幅250px
・サムネイルの大きさ 240px×160px;
・写真の枠設定も含む
※キャプションは枠外
・枠線と写真のアキ 4px */
div.phCatalogue240{
	float:left;
	margin:0px 16px 16px 0px;
	_margin:0px 14px 16px 0px;
}
div.phCatalogue240 p{
	width:250px;
	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 0px 0px 0px;
	line-height:0;
}
#contentSub ul{
	margin:6px 0px 0px 0px;
	padding:0px;
	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:0px 0px 0px 0px;
	padding:0px;
	border-top:1px solid #999;
}
#contentSub li.subIndex li{
	margin-left:20px;
}

/* table 老人ホームの種類 */
th span,
td span{
	font-size:80%;
}
.item table{
	width:100%;
}
.item th,
.item td{
	padding:0.3em 0.5em;
	font-size:90%;
	line-height:1.5;
}

.item thead th{
	background:#f0f0f0;
}
.item tbody th,
.item tbody td{
	border-bottom:1px solid #ccc;;
}

.item ul,
.item ol{
	margin:0px 0px 0.7em 0px;
	line-height:1.4;
}


.item li{
	line-height:1.4;
	margin:0px 0px 0.5em 0px
}


/* table 老人ホームの費用 */
td.range{
	text-align:center;
}
td.num{
	text-align:right;
}


/* コラム */
div.column{
	background:#f1de84;
	padding:1em
}
#contentBody div.item div.column h2{
	#c30;
	margin-bottom:0.75em;
}
div.column dl{
	width:100%;
}
div.column dt,
div.column dd{
	font-size:85%;
	line-height:1.5;
		background:#fff;
}
div.column dt{
	display:block;
	width:28%;
	height:3.5em;
	float:left;
	margin:0px 0px 0.5em 0px;
	padding:0px;
	background:#fff;
}
div.column dd{
	display:block;
	width:72%;
	height:3.5em;
	float:right;
	margin:0px 0px 0.5em 0px;
	padding:0px;
}
div.column dt span,
div.column dd span{
	font-size:80%;
	margin-left:0.5em;
}
.enItalic{
	font-family:cursive,serif;
	font-style:italic;
}
		

dl.history dt,
dl.history dd{
	line-height:1.5;
	margin:0 0 0.3em 0;
}
dl.history dt{
	display:block;
	margin:1em 0px 0.5em 0px;
	padding:0.3em;
	background:#f0f0f0;
}
dl.history dd{
	margin:0px 0px 1em 0px;
	padding:0px;

}

table.outlineSpec{
}
table.outlineSpec th{
	width:35%;
	text-align:center;
}
table.outlineSpec td{
	width:65%;
}


/* 施設利用のご案内 */
#userGuide h3{
	margin:1em 0 0 0;
	border-bottom:1px solid #ccc;
}
#userGuide table{
	width:40%;
	float:left;
	margin:0.5em 0.5em 1em 0;
	background:#f0f0f0;
}
#userGuide table th{
	width:35%;
	text-align:center;
}
#userGuide table td{
	width:65%;
}


/* 松楓園の暮らし　ある日のスケジュール */
#userGuide h3{
	margin:1em 0 0 0;
	border-bottom:1px solid #ccc;
}
#lifeSchedule table{
	width:320px;
	float:left;
	margin:0.5em 0.5em 1em 0;
	background:#f0f0f0;
}
#lifeSchedule table th{
	width:35%;
	text-align:center;
}
#lifeSchedule table td{
	width:65%;
}








/* 5.ヘッダ設定
#################################################### */
#header{
	width:760px;
	height:65px;
	margin:0px;
	padding:0px 0px 0px 0px;
	background:transparent;
	line-height:0;
}

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


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






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

/* 文字サイズ切り替え
###################### */
#fontsizeChanger{
	display:block;
	float:right;
	width:185px;
	height:28px;
	margin:0px 0px 0px 0px;
	padding:2px 0px 0px 0px;
	line-height:0;
}
#fontsizeChanger p{
	display:block;
	float:left;
	width:75px;
	height:25px;
	margin:0px;
	padding:0px;
	line-height:0;
}
#fontsizeChanger img{
	margin:3px 0px 0px 0px;
	line-height:0;
}
#fontsizeChanger ul{
	display:block;
	float:right;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#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:760px;
	height:55px;
	margin:0px;
	padding:0px 0px 0px 2px;
	background:url(../images/bg_menu_global.gif) no-repeat;
}
#menuGlobal ul#menuMainCategory li{
	display:block;
	float:left;
	margin:5px 7px 0px 0px;
	padding:0px;
}





/* 7.フッタ設定
#################################################### */
#footer{
	clear:both;
	width:760px;
	margin:32px 0px 0px 0px;
	/* hack */
	border-top:1px solid #fff;
}
#goPagetop{
	margin:32px 0px 0px 0px;
	text-align:right;
}
address{
	width:100%;
	height:88px;
	margin:12px 0px 0px 0px;
	padding:12px 0px 0px 12px;
	background:#690;
	line-height:0;
}
address img{
	margin:0px;
	line-height:0;
}
#pageend{
	float:left;
	width:305px;
	margin:0px;
	padding:0px;
	line-height:0;
}
#siteUtilities{
	float:right;
	width:400px;
	margin:6px 0px 0px 0px;
	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: 10px;
}
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;
}

