/* 固定の指示がない場所はデザインに応じて変更します */

a	{	/* 本文中のテキストリンク */
	text-decoration:underline;
	color:#0033FF;
	}
a:link	{	/* 本文中のテキストリンク */
	text-decoration:underline;
	color:#0033FF;
	}
a:visited	{	/* 本文中のテキストリンク */
	text-decoration:underline;
	color:#9933CC;
	}
a:hover	{	/* 本文中のテキストリンク */
	text-decoration:overline underline;
	color:#FF6600;
	}

body	{	/* bodyの景色 */
	background-image:url("../img/bg.jpg");
	font-size:14px;
	line-height:140%;
	color:#313131;
	}
#main_body	{/* 背景色、背景画像及びボーダー */
	background-color:#ffffff;
	border-width:0px 1px 0px 1px;
	border-style:solid;
	border-color:#333333;
	}

/* ヘッダーの定義ここから */
h1{	/* ヘッダー部のタイトルテキスト */
	margin:10px 20px 10px 350px;
	padding:10px;
	text-align:right;	/* 右寄せ・左寄せ・中央寄せを指定 */
	background-color:#999999;
	font-size:14px;
	line-height:140%;
	font-weight:400;	/* 太字は900、細字は400 */
	color:#ffffff;
	}
h2	{	/* ヘッダーリンク###未設定### */
	}
#header_text	{	/* ヘッダーテキスト */
	background-image:url("../img/head.jpg");	/* 背景画像がある時のみ指定 */
	background-repeat:no-repeat;
	height:100px;
	text-align:left;	/* 右寄せ・左寄せ・中央寄せを指定 */
	font-size:14px;
	line-height:140%;
	font-weight:900;	/* 太字は900、細字は400 */
	color:#CE3100;
	}
/* ヘッダーの定義ここまで */

/* コンテンツ見出しの定義ここから */
#main_titleBox	{	/* 見出しのタイトル背景 */
	text-align:left;	/* 右寄せ・左寄せ・中央寄せを指定 */
	background-color:#ffffff;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:#666666;
	}
/*h3 a	{
	text-decoration:underline;
	color:#0000FF;
	}*/
h3 a:link	{
	text-decoration:underline;
	color:#0000FF;
	}
h3 a:visited	{
	text-decoration:underline;
	color:#FF9900;
	}
h3 a:hover	{
	text-decoration:none;
	color:#0000FF;
	background-color:#FFFF00;
	}
h3	{	/* 見出しのメインタイトル */
	margin:0px;	/* 固定 */
	font-size:18px;
	line-height:140%;
	color:#000000;
	font-weight:900;
	}
/*#main_titleText a:	{
	text-decoration:underline;
	color:#009966;
	}*/
#main_titleText a:link	{
	text-decoration:underline;
	color:#009966;
	}
#main_titleText a:visited	{
	text-decoration:underline;
	color:#9933CC;
	}
#main_titleText a:hover	{
	text-decoration:none;
	color:#006633;
	background-color:#CCFF66;
	}
#main_titleText	{	/* 見出しのサブタイトルテキスト */
	font-size:14px;
	line-height:140%;
	color:#000000;
	}
/* コンテンツ見出しの定義ここまで */

/* コンテンツの定義ここから */
h4	{	/* 段落タイトル */
	margin:0px;	/* 固定 */
	font-size:12px;
	line-height:120%;
	text-align:left;	/* 右寄せ・左寄せ・中央寄せを指定 */
	color:#ffffff;
	font-weight:900;
	}
#contents	{	/* コンテンツ テキストのみのパターン */
	text-align:left;	/* 右寄せ・左寄せ・中央寄せを指定 */
	font-size:14px;
	line-height:140%;
	color:#313131;
	background-color:#ffffff;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:#666666;
	}
img.left	{	/* 写真左寄せ */
	float:left;	/* 固定 */
	margin:0px 10px 5px 0px; 	/* 推奨 */
	}
img.right	{	/* 写真右寄せ */
	float:right;	/* 固定 */
	margin:0px 0px 5px 10px;	/* 推奨 */
	}
img.center	{	/* 写真中央寄せ */
	margin-top:10px;
	margin-left:auto;	/* 固定 IE未対応 */
	margin-bottom:10px;
	margin-right:auto;	/* 固定 IE未対応 */
	}
#photoBox_s_text	{	/* 写真とキャプチャのセットのテキスト */
	margin:0px;	/* 固定 */
	float:left;	/* 固定 */
	text-align:left;	/* 右寄せ・左寄せ・中央寄せを指定 */
	font-size:10px;
	line-height:140%;
	color:#2E3C55;
	}
a.photo_text	{/* 画像のリンク付きテキスト */
	font-size:12px;
	line-height:140%;
	color:#2E3C55;
	}
a.photo_text:visited	{/* 画像のリンク付きテキスト */
	font-size:12px;
	line-height:140%;
	color:#2E3C55;
	}
a.photo_text:hover	{/* 画像のリンク付きテキスト */
	font-size:12px;
	line-height:140%;
	color:#2E3C55;
	}

/*制作中 */
#photobox_wrapper	{	/* 画像に対してテキスト回り込みなしの枠 */
	padding:0px;
	margin:0px;
	width:520px;
	float:left;
	clear:both;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:#666666;
	}
#photobox_wrapper_photo	{
	padding:0px;
	margin:0px;
	float:left;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:#666666;
	}
#photobox_wrapper_text	{
	padding:0px;
	margin:0px 0px 0px 0px;
	width:320px;
	float:right;
	font-size:12px;
	line-height:140%;
	color:#00ffff;
	text-align:left;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:#666666;
	}

#photoBox_L_textright	{	/* 写真とテキストで回り込みなし 写真左側 */
	padding:0px;
	margin:0px;
	width:160x;
	height:100%;
	float:left;
	background-color:#9F927F;/* contensのBGと同じ */
	}
#photoBox_R_right	{	/* 写真とテキストで回り込みなし テキスト右側 */
	padding:0px;
	margin:0px;
	width:345px;
	text-align:left;	/* 右寄せ・左寄せ・中央寄せを指定 */
	float:right;
	font-size:12px;
	line-height:140%;
	color:#ffffff;
	background-color:#9F927F;
	}
/*制作中 */



/* コンテンツの定義ここまで */


/* フッターの定義ここから */
#main_footerBox	{	/* フッターの背景色、背景画像、ボーダー */
	text-align:center;
	background-color:#EAEAEA;
	border-width:1px 0px 0px 0px;	/* 任意 */
	border-style:solid;	/* 任意 */
	border-color:#333333;	/* 任意 */
	}
a.footer	{	/* フッターのテキスト */
	color:#0000FF;
	text-decoration:underline;
	font-size:12px;
	line-height:140%;
	font-weight:900;
	}
a.footer:visited	{
	color:#FF9900;
	text-decoration:underline;
	font-size:12px;
	line-height:140%;
	font-weight:900;
	}
a.footer:hover	{
	color:#0000FF;
	text-decoration:none;
	background-color:#FFFF00;
	font-size:12px;
	line-height:140%;
	font-weight:900;
	}
#copyright	{	/* コピーライト表記 */
	font-size:10px;
	line-height:140%;
	color:#636363;
	}

