@charset "utf-8";

/* ==========================================================================================================
	共通
========================================================================================================== */

*{
	padding:0px;/*隙間をなくすためにしたこと*/
	margin:0px;/*隙間をなくすためにしたこと*/
}

ul{
	list-style: none;
}

body{
	background-color:#FFFFFF;
	background: url(../image/kabe/white01.gif) 50% 0 repeat;
	font-size:100%;/*隙間をなくすためにしたこと*/
	line-height:1em;/*隙間をなくすためにしたこと*/
	font-family: Arial, Helvetica, "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

#wrapper {
	width: 800px;
	margin: 0px auto;
}

/* リンク
------------------------------*/

a:link {
	color: #000000;
	text-decoration: none;
	border-bottom:1px solid #000000;
}
a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom:1px solid #000000;
}
a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom-width:0px;
}
a:active {
	text-decoration: none;
	border-bottom-width:0px;
}
a img{
	text-decoration: none;
	border-style: none;
	border-bottom-width:0px ;
}

/* ヘッダー
------------------------------*/

#header {
	text-align: left;
	height:100px;/*FF対策　mainの位置を決めるためにしたこと*/
	_display:inline;/*IE対策　タブの下の隙間を埋める*/
}


#header h1{
	height:70px;
	color:#000000;
}

#header ul li{
	list-style-type: none;
	height: 100%;
	width: 110px;
	float:left;
}

#header ul li a{
	border-style: none;
	border-bottom-width:0px ;
	text-decoration: none;
}

#header ul li image{
	vertical-align:bottom;/*IE対策by丸山先生*/
}


/* メイン
------------------------------*/

#main{
	_width:796px;
	font-size: 95%;
	border-left:solid 2px #000000;
	border-right:solid 2px #000000;
}

#pankuzu{
	clear:both;/*文字位置の修正のため*/
	line-height:2.5em;
	margin:0px 15px;
	padding:0px 15px;
	border-bottom: dotted 2px #CCCCCC;
}

#titlebar{
	margin:20px 30px 30px 30px;
	height:130px;
	line-height:130px;
}

#titlebar a {
	text-decoration: none;
	border-style: none;
	border-bottom-width:0px ;
}

.guide{
	font-weight: bold;
	font-size: 90%;
	text-align: right;
	line-height:1.7em;
	padding: 20px 0px 0px 0px;
}

.kyakuchu{
	font-size: 88%;
	text-align: right;
	padding: 15px 0px 0px 0px;
}


.kyakuchu2 {
	font-size: 85%;
	line-height: 1.3em;
}

.kyakuchu3{
	font-size: 80%;
	line-height: 1.3em;
}

.new {
	font-size: 75%;
	font-weight: bold;
	color:#ff0000;
	vertical-align: top;
}

/* 文鎮
------------------------------*/

.bunchin0{
	clear/**/:both;/*←IE対策。IEには読めない*/
	height:0px;
	line-height:0em;
}


.bunchin{
	clear:both;
	line-height:0px;
	_border-left: solid 2px #000000;
	_border-right :solid 2px #000000;
	_width: 796px;
}

.bunchin20px{
	clear:both;
	line-height:20px;
}

/* フッター
------------------------------*/

#footer{
	clear:both;
	height:30px;
}

#footer ul {
	list-style-type: none;
	height: 20px;
	margin:0 0 10px 0;
}

#footer ul li{
	list-style-type: none;
	float: left;
}


#footer a {
	text-decoration: none;
	border-bottom-style: none;
}


/* ==========================================================================================================
	１カラム
========================================================================================================== */

.center720{
	padding: 0px 40px;
	height: auto;
	line-height:1.7em;
}

.center600{
	padding: 0px 100px;
	height: auto;
	line-height:1.7em;
}

/* ==========================================================================================================
	２カラム
========================================================================================================== */


/* --------------------------------------------------------------------------
	２カラム（ブロック）
-------------------------------------------------------------------------- */

.boxleft,.boxright{
	display: block;
	width: 350px;
	height: 140px;
}

.boxleft img,.boxright img{
	float: left;
	padding:10px;
}

#off{
	display: block;
	width: 350px;
	height: 140px;
	border: dotted 2px #cccccc;
	color: #333333;
}

.cap{
	padding: 10px 10px 0px 0px;
	font-size: 88%;
	line-height: 1.4em;
}

.capr{
	padding: 3px 10px 10px 0px;
	font-size: 88%;
	line-height: 1.5em;
	text-align:right;
}

.left{
	padding-left: 30px;
	padding-bottom: 20px;
	float: left;
}

.right{
	padding-right: 30px;
	padding-bottom: 20px;
	float: right;
}

/* ブロック内見出し */

h4{
	font-size: 100%;
	font-weight: bold;
	padding-top:10px;
}

h5{
	font-size: 120%;
	padding-top: 5px;
	font-weight: bold;
}


/* 黄色 */
#kiiro a{
	display: block;
	width: 350px;
	height: 140px;
	border: solid 2px #FFCC00;
}

#kiiro a:hover{
	background: #FFFF99;
}

#kiiro a h4,#kiiro a h5{
	color: #663300;
}

/* ピンク */
#pink a{
	display: block;
	width: 350px;
	height: 140px;
	border: solid 2px #CC3366;
}

#pink a:hover{
	background: #FFCCCC;
}

#pink a h4,#pink a h5{
	color: #660033;
}

/* 緑 */
#midori a{
	display: block;
	width: 350px;
	height: 140px;
	border: solid 2px #009900;
}

#midori a:hover{
	background: #CCFFCC;
}

#midori a h4,#midori a h5{
	color: #006600;
}

/* 赤 */
#aka a{
	display: block;
	width: 350px;
	height: 140px;
	border: solid 2px #ff0000;
}

#aka a:hover{
	background: #FFcccc;
}

#aka a h4,#aka a h5{
	color: #cc0000;
}

/* 水色 */
#mizuiro a{
	display: block;
	width: 350px;
	height: 140px;
	border: solid 2px #006699;
}

#mizuiro a:hover{
	background: #CCFFFF;
}

#mizuiro a h4,#mizuiro a h5{
	color: #003366;
}

/* オレンジ */
#orange a{
	display: block;
	width: 350px;
	height: 140px;
	border: solid 2px #FF3300;
}

#orange a:hover{
	background: #FFCC99;
}

#orange a h4,#orange a h5{
	color: #CC3300;
}

/* --------------------------------------------------------------------------
	２カラム（サイドメニュー＆テキストエリア）
-------------------------------------------------------------------------- */

/* テキストエリア（白・右カラム）
------------------------------*/

#textarea{
	float: right;
	width: 490px;
	padding: 0px 30px 10px 0px;
	line-height:1.7em;
}

.honbun{
	padding: 0 0 0 15px;
}

.honbun2{
	padding: 0 0 0 10px;
}

.honbun3{
	padding: 0 0 0 40px;
}

/* サイドメニュー（左カラム）
------------------------------*/

#sidemenu{
	float: left;
	width: 210px;
	padding: 0px 0px 0px 30px;
	line-height:1.7em;
}

#sidemenu .mokuji{
	line-height:1.3em;
	text-align: center;
	font-weight: bold;
	padding: 0 5px;
}

#sidemenu h6{

	border-top:none;
	border-right:dotted 2px;
	border-bottom:none;
	border-left:dotted 2px;
	
	font-size: 100%;
	line-height:2em;
	text-align: center;
	font-weight: bold;
	padding: 10px 5px 0px 5px;
}

#sidemenu ul{
	font-weight:bolder;
	font-size:95%;
	line-height:2em;
	padding-left:5px
}

#sidemenu ol{

	border-top:none;
	border-right:dotted 2px;
	border-bottom:dotted 2px;
	border-left:dotted 2px;
	
	list-style-position:inside;	
	font-weight:normal;
	line-height:1.7em;
	padding: 0px 10px 10px 10px ;
}

#sidemenu .list{
	border-top:none;
	border-right:dotted 2px;
	border-bottom:dotted 2px;
	border-left:dotted 2px;
	font-size: 100%;
	line-height:2em;
	text-align: center;
	font-weight: bold;
	padding: 0px 5px;
}

#sidemenu .guide a {
	_text-decoration: underline;
}

#sidemenu .guide a:hover {
	_text-decoration: none;
}



/* ==========================================================================================================
	３カラム（等分）　
========================================================================================================== */

#col31{
	float: left;
	width: 230px;
	padding: 0px 0px 10px 30px;
	line-height:1.5em;
}

#col32{
	float: left;
	width: 230px;
	padding: 0px 0px 10px 25px;
	line-height:1.5em;
}

#col33{
	float: right;
	width: 230px;
	padding: 0px 30px 10px 0px;
	line-height:1.5em;
}
