@charset "Shift_JIS";

/*初期化*/
* {
	margin: 0px;
	padding: 0px;
	font: normal 12px/150% "ＭＳ Ｐゴシック", "Osaka";
	color: #333333;
}
a img {
	border-style: none;
}
a:link,a:visited {
	color: #1480C4;
	text-decoration: underline;
}
a:hover,a:active,a:focus {
	text-decoration: none;
}
strong {
	font-weight: bold;
}
hr {
	color: #1082C6;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	width: 100%;
}


/* 全体レイアウト */
body {
	background: #F0DB48 url(../images/back_white.gif) repeat-y;
}
#CONTAINER {
	width: 830px;
	background: #FFFFFF;
}

/* 左メニュー */
#leftSide {
	float: left;
	display: inline;
	width: 215px;
	margin-left: 25px;
	margin-bottom: 31px;
}
h3.spiral {
	background: url(../images/line_spiral.gif) repeat-x 9px 9px;
	margin-bottom: 15px;
}
#leftSide ul {
	list-style: none;
	background: url(../images/line_spiral.gif) no-repeat 5px bottom;
	padding-bottom: 20px;
}
#leftSide ul li {
	margin-bottom: 11px;
	float: left;
}
#leftSide ul li a {
	display: block;
	padding: 6px 0px 5px 27px;
	text-decoration: none;
}
#leftSide ul li a:link,#leftSide ul li a:visited {
	background: url(../images/sidemenu_point.gif) no-repeat 0px 0px;
}
#leftSide ul li a:hover,#leftSide ul li a:active,#leftSide ul li a:focus {
	background-position: 0px -27px;
}

/* 右側 */
#rightSide {
	float: right;
	width: 530px;
	display: inline;
	margin-right: 30px;
}

/* ヘッダ */
#contentsHeader {
	width: 530px;
	height: 161px;
	background: url(../images/head_line.gif) no-repeat left bottom;
}
#contentsHeader h2 {
	height: 49px;
	background: url(../images/head_add.gif) no-repeat right bottom;
	text-indent: -9999em;
}
#contentsHeader h3 {
	text-align: right;
	margin-top: 42px;
}

/* メイン */
#contentsMain {
	width: 530px;
	margin-top: 20px;
}

/* フッタ */
#footer {
	clear: both;
	text-align: center;
	color: #1480C4;
	width: 830px;
	padding: 20px 0px;
	background: #FFFFFF;
}
#footer a.toTop {
	text-align: right;
	display: block;
	margin: 0px 30px;
}
#footer p {
	border-top: 2px solid #1480C4;
	text-align: center;
	color: #1480C4;
	margin: 20px 30px 15px;
	padding-top: 18px;
}


/* ポジション配置用初期タグ */
.positionSet {
	position: relative;
}

/* begin clearfix 〜ボックス終わりに自動フロートクリア */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;zoom:1;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end clearfix */

/* iepngfix efect */
.iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}
/* end iepngfix efect */
