@charset "Shift_JIS";

/*======================================

	基本設定

=======================================*/

* {
	margin: 0px;
	padding: 0px;
	line-height: 1.7;
}

body {
	background-color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	color: #333;
              line-height: 1.5;
}

html{                
	height:140%;
	margin-bottom:1px;
}


/*======================================

	アンカー

=======================================*/

a:link {
	color: #0a3f73;
}

a:visited {
	color: #336699;
}

a:hover {
	color: #aa0000;
}

#menu a:link {
	color: #333;
	text-decoration:none;
}

#menu a:visited {
	color: #666;
	text-decoration:none;
}

#menu a:hover {
	color: #000;
	text-decoration:none;
}


/*======================================

	見出し

=======================================*/
h1{
	font-size: 25px;
	font-family:"Century Gothic",Verdana,Arial, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing:0.2em;
	font-weight: normal;
	text-align: center;
}

h2 {
	font-size: 11px;
	font-weight: normal;
	letter-spacing:0.1em;
}

h3 {
	font-size: 17px;
	font-family:"Century Gothic",Verdana,Arial, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing:0.3em;
	font-weight: normal;
}

h4 {
	line-height: 1.0;
	font-size: 15px;
	font-weight: normal;
	font-family:"Century Gothic",Verdana,Arial, "ＭＳ Ｐゴシック", sans-serif;
	margin: 0 0 10px 0;
	padding: 0 7px;
	border-left: 10px solid #693;
	color: #693;
}

h6 {
	line-height: 1.4;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 7px;
	border-left: 10px solid #C60;
	color: #C60;
}
h8 {
	line-height: 1.0;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0px;
	color: #C00;
}

/*======================================

	リスト

=======================================*/

ul li{
	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.7em;
	font-size: 12px;
}

hr{
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: dashed; /* 線種 */
	border-color: #669900; /* 線色 */
	height: 1px; /* IE用 高さ */
}

img {
	border: none;
}


/*======================================

	レイアウト設定

=======================================*/

/* ----------　ページ全体　------------- */

#all {
	color: #555;
	width: 697px;     /* --（メニュー1個の幅「115」×メニューの数「6」）＋メニュー仕切りラインの本数「7」＝「697」-- */
	margin: 15px auto;  /* Firefoxでセンタリング方法 */
	text-align: center;
}


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

#header {
	padding: 3px 0 7px 0;
	margin: 15px auto; 
	border: 1px solid #999;
	text-align: center;     /* IEでセンタリングさせる方法 */
}


/* ----------　メニュー部　------------- */

#menu {
	background: url(img/bgoff.gif) repeat-x bottom;
	width: 697px;     /* --（メニュー1個の幅「115」×メニューの数「6」）＋メニュー仕切りラインの本数「7」＝「697」-- */
	height: 32px;     /* -- #menu pの高さ「27」＋#menu pのpadding上下値をたした値「4」＋#menu pのborder-top値「1」＝「32」 -- */
}

#menu p {
	height: 27px;
	width: 115px;
	vertical-align: middle;
	text-align: center;
	margin: 0px;
	padding: 2px 0 2px 0;
	float:left;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	font-size: 12px;
}

#menu f {
	height: 27px;
	width: 138px;
	vertical-align: middle;
	text-align: center;
	margin: 0px;
	padding: 2px 0 2px 0;
	float:left;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	font-size: 12px;
}

.on {
	background: url(img/bgon.gif) repeat-x bottom;
}

.off {
	background: url(img/bgoff.gif) repeat-x bottom;
}

.on2 {     /* メニューの一番右端の文字classへ設定する */
	background: url(img/bgon.gif) repeat-x bottom;
	border-right: 1px solid #999;
}
.off2 {     /* メニューの一番右端の文字classへ設定する */
	background: url(img/bgoff.gif) repeat-x bottom;
	border-right: 1px solid #999;
}



/* ----------　メイン（左右 合わせた部分）　------------- */

#main {
	color: #555;
	width: 695px;     /* --（メニュー部#menuのwidth値「697」）−（左右の枠線の本数「2」）＝「695」-- */
	margin: auto;  /* Firefoxでセンタリング方法 */
	text-align: center;     /* IEでセンタリングさせる方法 */
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	clear: both;
}


/* ----------　ページタイトル部　------------- */

#pagetitle {
	text-align: left;
	padding: 20px 50px;
}


/* ----------　メイン 記事部　------------- */

#kizi {
	text-align: left;
	margin: 0 50px; 
}


.left{
	float	: left;
	margin-right	: 8px;
	width	: calc(100% - 180px - 8px);
}
.side{
	float	:right;
	width	: 180px;
}
.side img{
	width	: 100%;
}
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
 
.clearfix:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

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

#footer {
	border: 1px solid #999;
	font-size:  9px;
	margin: 10px 0;
	padding: 5px 0; 
}


/* ----------　著作権表示　------------- */

#copy {
	text-align: right;
	font-size: 9px;
	margin: 10px;
}
