@charset "Shift_JIS";

body {
  color:#333333;
  background:#fff2e5;
  margin:0;
  padding:0;
  font-size:13px;
  line-height:1.5;
  text-align:center;
}



/* ===== リンク ===== */
a:link,a:visited {
  color: #0000FF;
  text-decoration: underline;
}


a:hover,a:active {
  color: #999999;
  text-decoration: none;
}



/* ===== レイアウト ===== */
#container {
  width:800px;
  background : url(back.gif);
  margin: 0 auto;
}

#background {
  width:780px;
  background:#FFFFFF;
  margin: 0 auto;
}

#contents {
  width:750px;
  margin: 0 auto;
  text-align: left;
}

#content1 .right {
  width:750px;
  float:right;
  margin-bottom:15px;
}

#content2 .left {
  width:750px;
  float:left;
  margin-bottom:15px;
}


#content3 {
  margin-bottom:30px;
}

#footer_txt {
  width:750px;
  height:20px;
  background : url(footer.gif) no-repeat;
  margin: 0 auto;
  text-align:center;
  font-size:15px;
}

#footer_linkc {
  width:750px;
  height:25px;
  margin: 0 auto;
  text-align:center;
  font-size:12px;
  margin-top:10px;
}

#footer_linkr {
  width:750px;
  height:25px;
  margin: 0 auto;
  text-align:center;
  font-size:12px;
}

#koukoku {
  text-align:center;
  margin-bottom:15px;
     }
/* ===== ヘッダー ===== */
#header {
  background : url(header.gif) no-repeat;/*背景画像*/
  height:250px;
  margin-bottom:15px;
  
}

h1 {
  text-align:left;
  margin-left:20px;
  font-size:10px;
  
}


#header p {
  text-align:left;
  margin-left:20px;
  padding-top:30px;
}



/* ===== コンテンツ ===== */
h2 { /*記事タイトル部分*/
  background : url(title.gif);/*背景画像*/
  padding:3px 5px;
}

h3 { /*記事タイトル部分*/
  background : url(title.gif);/*背景画像*/
  padding:3px 5px;
}

/* ===== ボックス ===== */

#box-pink{
	margin: 10px 15px;
	padding: 5px;
	border: 2px dashed pink;
}

#box-aka{
	margin: 10px 15px;
	padding: 5px;
	border: 2px dashed #FF4C3C;
}

#box-ao{
	margin: 10px 15px;
	padding: 5px;
	border: 2px dashed #1FAFDF;
}

#box-midori{
	margin: 10px 15px;
	padding: 5px;
	border: 2px dashed #4FDF1F;
}

#box-kiiro{
	margin: 10px 15px;
	padding: 5px;
	border: 2px dashed yellow;
}


/* ===== 文字装飾 ===== */

span.aka {background-color: #FF4C3C;}
span.ao {background-color: #1FAFDF;}
span.kiiro {background-color: yellow;}
span.midori {background-color: #4FDF1F;}
span.pink {background-color: pink;}




/* ===== フッターナビゲーション ===== */
#link ul {
  text-align:center;
  margin-bottom:15px;
}

#link ul li {
  display:inline;
  margin-right:15px;
}



/* ===== コピーライト ===== */
address {
  font-style:normal;
  text-align:center;
}


/*
		font-color
-------------------------------------------------- */

.fc-000{ color: #000000; }	/*黒色*/
.fc-333{ color: #333333; }	/*黒灰*/
.fc-666{ color: #666666; }	/*濃灰*/
.fc-999{ color: #999999; }	/*薄灰*/
.fc-ccc{ color: #cccccc; }	/*白灰*/
.fc-fff{ color: #ffffff; }	/*白色*/
.fc-f00{ color: #ff0000; }	/*赤色*/
.fc-900{ color: #990000; }  /*濃赤*/
.fc-00f{ color: #0000ff; }	/*青色*/
.fc-009{ color: #000099; }  /*濃青*/
.fc-0f0{ color: #00ff00; }  /*緑色*/
.fc-090{ color: #009900; }	/*濃緑*/
.fc-0ff{ color: #00ffff; }  /*水色*/
.fc-ff0{ color: #ffff00; }  /*黄色*/
.fc-f63{ color: #ff6633; }	/*橙色*/
.fc-90f{ color: #9900ff; }	/*紫色*/
.fc-f0f{ color: #ff00ff; }  /*桃色*/


/*
		font-background-color
-------------------------------------------------- */

.fb-f00{
	color: #ffffff;
	background-color: #ff0000;
	padding: 1px;
	font-weight: bold;
}	/*赤色*/

.fb-00f{
	background-color: #0000ff;
	color: #ffffff;
	font-weight: bold;
	padding: 1px;
}	/*青色*/

.fb-0f0{
	background-color: #00ff00;
	padding: 1px;
	font-weight: bold;
}  /*緑色*/

.fb-0ff{
	background-color: #00ffff;
	padding: 1px;
	font-weight: bold;
}  /*水色*/

.fb-ff0{
	background-color: #ffff00;
	font-weight: bold;
	padding: 1px;
}  /*黄色*/

.fb-ff0-{
	background-color: #ffff00;
	font-weight: bold;
	padding: 1px;
	color: #ff0000;
}  /*黄色*/

.fb-f63{
	font-weight: bold;
	background-color: #ff6633;
	padding: 1px;
}	/*橙色*/

.fb-f0f{
	color: #ffffff;
	font-weight: bold;
	background-color: #ff00ff;
	padding: 1px;
}  /*桃色*/





/*												*/
/* ---------- これより以下は拡張設定 ----------	*/
/* ---------- 　使わない場合は放置　 ----------	*/
/*												*/


/*------------------------------------------------------------
		font-weight
-------------------------------------------------------------*/

.fw-n{ font-weight: normal; }
.fw-b{ font-weight: bold; }


/*------------------------------------------------------------
		font-size
-------------------------------------------------------------*/

.fs-70{ font-size: 70%; }
.fs-80{ font-size: 80%; }
.fs-90{ font-size: 90%; }
.fs-110{ font-size: 110%; }
.fs-120{ font-size: 120%; }
.fs-130{ font-size: 130%; }
.fs-140{ font-size: 140%; }
.fs-150{ font-size: 150%; }
.fs-160{ font-size: 160%; }
.fs-170{ font-size: 170%; }
.fs-180{ font-size: 180%; }
.fs-190{ font-size: 190%; }
.fs-200{ font-size: 200%; }

.fs-08{ font-size: 0.8em; }
.fs-09{ font-size: 0.9em; }
.fs-10{ font-size: 1.0em; }
.fs-11{ font-size: 1.1em; }
.fs-12{
	font-size: 1.2em;
	line-height: 120%;
}
.fs-13{ font-size: 1.3em; }
.fs-14{
	font-size: 1.4em;
	line-height: 120%;
}
.fs-15{ font-size: 1.5em; }
.fs-16{
	font-size: 1.6em;
	line-height: 120%;
}
.fs-17{ font-size: 1.7em; }
.fs-18{
	font-size: 1.8em;
	line-height: 120%;
}
.fs-19{ font-size: 1.9em; }
.fs-20{ font-size: 2.0em; }
.fs-21{
	font-size: 2.1em;
	line-height: 120%;
}
.fs-22{ font-size: 2.2em; }
.fs-23{ font-size: 2.3em; }
.fs-24{
	font-size: 2.4em;
	line-height: 120%;
}
.fs-25{ font-size: 2.5em; }



/*------------------------------------------------------------
		line-height
-------------------------------------------------------------*/

.lh-110{ line-height: 110%; }
.lh-120{ line-height: 120%; }
.lh-130{ line-height: 130%; }
.lh-140{ line-height: 140%; }
.lh-150{ line-height: 150%; }
.lh-160{ line-height: 160%; }
.lh-170{ line-height: 170%; }
.lh-180{ line-height: 180%; }
.lh-190{ line-height: 190%; }
.lh-200{ line-height: 200%; }


/*------------------------------------------------------------
		text-decoration
-------------------------------------------------------------*/

.td-n{ text-decoration: none; }
.td-u{ text-decoration: underline; }
.td-o{ text-decoration: overline; }
.td-t{ text-decoration: line-through; }
.td-b{ text-decoration: blink; }


/*------------------------------------------------------------
		text-align
-------------------------------------------------------------*/

.ta-c{ text-align: center; }	/*中央寄せ*/
.ta-r{ text-align: right; }		/*右寄せ*/
.ta-l{ text-align: left; }		/*左寄せ*/


/*------------------------------------------------------------
		vertical-align
-------------------------------------------------------------*/

.va-t{ vertical-align: top; }	/*上寄せ*/
.va-m{ vertical-align: middle; }/*中央寄せ*/
.va-b{ vertical-align: bottom; }/*下寄せ*/


/*------------------------------------------------------------
		float
-------------------------------------------------------------*/

.fl-r{
	float: right;
	padding: 0px 0px 0px 10px;
}	/*右寄せ*/
.fl-l{
	float: left;
	padding: 0px 10px 0px 0px;
}	/*左寄せ*/


/*------------------------------------------------------------
		margin
-------------------------------------------------------------*/

.m0{ margin: 0px!important; }				/*全margin無し*/
.mt-0{ margin-top: 0px!important; }		/*上marginが0px*/
.mr-0{ margin-right: 0px!important; }		/*右marginが0px*/
.mb-0{ margin-bottom: 0px!important; 