@charset "Shift_JIS";

/*======================================

	基本設定

=======================================*/

* {
	margin: 0px;
	padding: 0px;
	line-height: 170%;
}

body{
	background-color:#FBFBFB; 
	color:#333333;
	font-family:Trebuchet MS,Osaka,MS UI Gothic;
 	font-size:12px;
<!ELEMENT BR - O EMPTY -- forced line break -->
<!ATTLIST BR
　%coreattrs; -- id, class, style, title --
>
}

html{                 /* Firefoxで常にスクロールバーを表示 */
	height:100%;
	margin-bottom:1px;
}


/*======================================

	アンカー

=======================================*/

A:link{
	text-decoration: none;
 	line-height:17px;
	color:#333333;
 	font-weight:bold;
}

A:visited{
	text-decoration: none;
	color:#333333;
}

A:hover{
	color:#5F8AC5; 
	border-color:#0583C1;
 	border-style: dotted;
	border-width: 2px 0px 2px 0px;
	cursor: hand;
}

#navi a:link {
	color: #333333;
	text-decoration:none;
 	font-weight:bold;

}

#navi a:visited {
	color: #333333;
	text-decoration:none;
}

#navi a:hover {
	color: #73738C;
	text-decoration:none;
 	font-weight:bold;
}

#ad a:link {
	color: #A9A9A9;
	text-decoration:none;
 	font-weight:normal;
}

#ad a:visited {
	color: #A9A9A9;
	text-decoration:none;
 	font-weight:normal;
}

#ad a:hover {
	color: #A9A9A9;
	text-decoration:none;
 	font-weight:normal;
 	border-style: dotted;
	border-width: 0px 0px 0px 0px;
	cursor: hand;
}

#ad2 a:link {
	color: #A9A9A9;
	text-decoration:none;
 	font-weight:normal;
}

#ad2 a:visited {
	color: #A9A9A9;
	text-decoration:none;
 	font-weight:normal;
}

#ad2 a:hover {
	color: #A9A9A9;
	text-decoration:none;
 	font-weight:normal;
 	border-style: dotted;
	border-width: 0px 0px 0px 0px;
	cursor: hand;
}
/*======================================

	見出し

=======================================*/
h1{
	font-size: 25px;
	font-family:Trebuchet MS,Osaka,MS UI Gothic;
	letter-spacing:0.2em;
	font-weight: normal;
	float:left;
}

h2 {
	font-size: 10px;
	font-family:Trebuchet MS,Osaka,MS UI Gothic;
	font-weight: normal;
	letter-spacing:0.1em;
	margin: 20px 0 0px 0;
	padding: 0 7px;
	float:right;
}


h3 {
	font-size: 17px;
	line-height: 1.0;
	font-weight: normal;
	font-family:Trebuchet MS,Osaka,MS UI Gothic;
	margin: 0 0 10px 0;
	padding: 0 7px;
}
h3.h31 {
	color: #0583C1;
	border-left: 15px solid #0583C1;
}


h4 {
	height: 15px;
	line-height: 1.0;
	font-size: 15px;
	font-weight: normal;
	font-family:Trebuchet MS,Osaka,MS UI Gothic;
	margin: 0 0 10px 0;
	padding: 0 7px;
}


h4.h41 {
	color: #0583C1;
	border-left: 15px solid #0583C1;
}


h5 {
	font-size: 11px;
	font-weight: normal;
	letter-spacing:0.1em;
	float:left;
}

/*======================================

	リスト

=======================================*/

ul li{
       list-style-type:square;
	margin: 0 0 0 2em;
}

ol li{
	margin: 0 0 0 2.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 1em;
}


/*======================================

	段落・水平線・イメージ

=======================================*/

p{
	margin: 0.1em 0 0.5em;
}

hr{
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: dashed; /* 線種 */
	border-color: #0583C1;/* 線色 */
	height: 1px; /* IE用 高さ */
}

img {
	border: none;
}


/*======================================

	レイアウト設定

=======================================*/

/* ----------　ページ全体　------------- */

#all {
	width: 800px;
	margin: 10px auto;  /* Firefoxでセンタリング方法 */
	padding: 5px 15px;
	text-align: center;
	background-color: #FBFBFB;
	border: 1px solid #c5c5c5;
}



/* ----------　ヘッダー　------------- */

#header {
	height: 80px;
	padding: 17px 10px 0px 15px;
	margin: 0px auto;
	text-align: left;
	clear: both;
}



/* ----------　メイン（左右 合わせた部分）　------------- */

#main {
	width: 800px;
	margin: 25px auto;  /* Firefoxでセンタリング方法 */
	text-align: center;     /* IEでセンタリングさせる方法 */
	clear: both;
}


/* ----------　ページタイトル部　------------- */

#pagetitle {
	text-align: left;
	padding: 0px 5px 5px 5px;
}


/* ----------　メイン 記事部　------------- */

#cont {
	width: 600px;   
	background-color:#FBFBFB;   
	text-align: left;
	float:right;
}


/* ----------　メイン 左ナビ部　------------- */

#navi {
	text-align: left;
	background-color:#FBFBFB; 
	width: 200px;
	padding: 0px;
	float:left;
}

.nbut {
	width: 180px;
	padding: 4px 0px 2px 4px;
	margin: 5px 0px; 
	text-align: center;
	color: #FFFFFF;
	background-color: #5F8AC5;
	border-bottom: 1px solid #0583C1;
}


.nbox {
	width: 180px;
	margin: 5px 0px; 
	border: 1px solid #0583C1;
}

.ntit {
	padding: 4px 0px 2px 4px;
	margin: 0px; 
	text-align: center;
	color: #FFFFFF;
	background-color: #5F8AC5;
	border-bottom: 1px solid #0583C1;
}

.ntxt {
	padding: 5px 5px 0px 15px;
}

/* ----------　メイン 右広告　------------- */

#ad {
	text-align: right;
	font-size: 8px;
	color: #A9A9A9;
	width: 80px;
	padding: 90px 0px 0px 0px;
	float: right;
}

#ad2 {
	text-align: left;
	font-size: 8px;
	color: #A9A9A9;
	float: center;
}

/* ----------　フッター　------------- */

#footer {
	color: #FFFFFF;
	background-color: #5F8AC5;
	font-size: 9px;
	margin: 30px 0 0 0;
	padding: 5px 0; 
}




#p1 {
	height:360px;
	border-width: 0px;
	text-align : left;
}

#p2 {
	height:260px;
	border-width: 0px;
	text-align : left;
}

div.text {
	width: 430px;
	text-align : left
}
div.textm {
	width: 480px;
	text-align : left
}
div.index {
	width: 550px;
	background: #5F8AC5;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	text-align : center
}
div.menu1 {
	width: 480px;
	border-color: #0583C1;
	border-width: thick;
	border-style: double;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	text-align : left
}
div.menu22 {
	border-color: #0583C1;
	border-width: 2px 0px 0px 2px;
	border-style: dotted;
	padding: 5px 5px 5px 5px;
	margin: 20px 0px 20px 0px;
	text-align :left;
	line-height: 130% 
}
div.menu32 {
	width: 480px;
	border-color: #0583C1;
	border-width: 2px 2px 0px 0px;
	border-style: dotted;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 20px 0px;
	text-align : left;
	line-height: 150% 
}
div.menu42 {
	border-color: #0583C1;
	border-width: 2px 0px 2px 0px;
	border-style: dotted;
	padding: 5px 5px 5px 5px;
	margin: 20px 0px 20px 0px;
	text-align :left;
	line-height: 150% 
}
div.menu52 {
	border-color: #0583C1;
	border-width: 2px 0px 2px 0px;
	border-style: dotted;
	padding: 5px 5px 5px 5px;
	margin: 20px 0px 20px 0px;
	text-align :center;
	line-height: 150% 
}

div.ex {
	width: 240px;
	border-color: #0583C1;
	border-width: 0px 1px 1px 1px;
	border-style: dotted;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align : center;
}
div.ex2 {
	width: 300px;
	border-color: #0583C1;
	border-width: 0px 1px 1px 1px;
	border-style: dotted;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align : center;
}
div.H {
	width: 240px;
	background: #0583C1;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align : center;
}

hr.hr1{
	width:400px;
	height: 1px;
	color: #0583C1;
}
img.p{
	margin: 5px 5px 0px 5px;
	border: none;
}
img.s {
	margin: 5px 5px 5px 5px;
	border: none;
}
img.l {
	width: 1px;
	height: 1px;
	border: none;
}
li {
display:inline
}

li.1 {
display:inline;
font-weight:normal;

}


