@charset "shift_jis";

/*-----------------------------------------------------------------------
 共通CSS
-----------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-style: normal;
}
img {
	border: 0;
}
/*-----------------------------------------------------------------------
 カラムボックス
-----------------------------------------------------------------------*/
/* column container */
div#ColMask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	min-width:830px;
}


div#ColMid {
	float:left;
	width:200%;
	margin-left:-200px; 	/* Width of right column */
	position:relative;
	right:100%;
}

div#ColLeft {
	float:left;
	width:100%;
	margin-left:-50%;
	position:relative;
	left:416px;         	/* Left column width + right column width */
}

div#MainWrap {
	float:left;
	width:50%;
	position:relative;
	right:200px;        	/* Width of left column */
	padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}

div#Main {
	position: relative;
	left: 200%;
	margin: 12px 215px 0 200px;
	overflow: hidden;
}

div#Left {
	float:left;
	float:right;			/* This overrides the float:left above */
	width:186px;        	/* Width of left column content (left column width minus left and right padding) */
	position:relative;
	right:15px;
	margin-top:6px;      	/* Width of the left-had side padding on the left column */
}

div#Right {
	float:left;
	float:right;			/* This overrides the float:left above */
	width:170px;        	/* Width of right column content (right column width minus left and right padding) */
	margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
	position:relative;
	left:50%;
	margin-top:12px;
}

/*-----------------------------------------------------------------------
 メイン部分
-----------------------------------------------------------------------*/
	
div#Main h2 {
	margin-bottom: 10px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 1;
}

div#Main p {
	margin-bottom: 25px;
}

div#Main p img {
	padding: 0 3px;
}

div#Main ul {
	list-style: none;
}

div#Main ul li {
	padding: 0 0 15px 20px;
	background: url(../images/icon_02.gif) no-repeat 0 4px;
}

p.PastLink {
	text-align: right;
}

p.PastLink a {
	padding: 0 0 0 15px;
	background: url(../images/icon_01.gif) no-repeat 0 50%;
}

div#Main div#Note {
	margin-bottom: 30px;
	background: url(../images/note_bk_01.gif) no-repeat 100% 0;
}

div#Main div#Note div {
	border-top: 1px solid #FF9EC1;
	border-right: 1px solid #FF9EC1;
	border-bottom: 1px solid #FF9EC1;
	border-left: 1px solid #FF9EC1;
	background-color: #FEEEEE;
}

div#Main div#Note h3 {
	padding-bottom: 5px;
	line-height: 1;
	text-indent: -9999px;
	background: url(../images/top_title_03.gif) no-repeat;
}

div#Main div#Note h4 {
	padding: 10px 10px 10px 15px;
    margin-left: 4.5em;
	text-indent: -4.5em
}

div#Main div#Note p {
	padding: 0 15px 10px;
	margin: 0;
}


div#Main div#Note2 {
	margin-bottom: 30px;
	background: url(../images/note_bk_kinkyu.gif) no-repeat 100% 0;
}

div#Main div#Note2 div {
	border-right: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
	border-left: 1px solid #FF9900;
	background-color: #FFE1AB;
}

div#Main div#Note2 h3 {
	padding-bottom: 8px;
	line-height: 1;
	text-indent: -9999px;
	background: url(../images/top_title_kinkyu.gif) no-repeat;
}

div#Main div#Note2 h4 {
	padding: 10px 15px 0 15px;
}

div#Main div#Note2 p {
	padding: 0 15px 10px;
	margin: 0;
}



div#Main dl {
	width: 100%;
}

div#Main dl dt {
	float: left;
	width: 5px;
	margin-right: 10px;
	padding-bottom: 10px;
}

div#Main dl dd {
	padding-bottom: 20px;
}

/*-----------------------------------------------------------------------
 左部分
-----------------------------------------------------------------------*/
div#Left {
	font-size: 87%;
}

div#Left p {
	padding-bottom: 10px;
}

div#Left div#LSearchBox {
	width: 186px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: center;
	background: #ECFDC7 url(../images/left_bk_01.gif) no-repeat 0 100%;
}

div#Left div#LSearchBox ul {
	line-height: 1;
	list-style: none;
}

div#Left div#LSearchBox ul li {
	padding: 0 0 10px;
}

div#Left div#LSearchBox ul li#LSearchBox02 {
	background: url(../images/left_bk_02.gif) no-repeat 0 100%;
}

div#Left div#LSearchBox ul li ul {
	padding: 0;
	margin: 0;
	line-height: 1;
}

div#Left div#LSearchBox ul li ul li {
	padding-bottom: 4px;
	margin: 0;
	line-height: 0;
}

div#Left div#Info {
	margin-bottom: 10px;
	background: url(../images/left_bk_03.gif) no-repeat 0 100%;
}

div#Left div#Info ul {
	padding-top: 10px;
	padding-bottom: 3px;
	list-style: none;
}

div#Left div#Info ul li {
	padding: 0 8px 7px 16px;
	background: url(../images/icon_01.gif) no-repeat 8px 6px;
	display:inline-block;
}

/* 印刷対応　2008/03/24 */
.LeftMenuHidden {
	display:none;
}
/*-----------------------------------------------------------------------
 右部分
-----------------------------------------------------------------------*/
div#Right {
	width: 170px;
	font-size: 87%;
	line-height: 1.2;
}

div#Right h2 {
	padding-bottom: 10px;
}

div#Right h3 {
	padding: 0 6px;
	margin-bottom: 5px;
	font-weight: normal;
}

div#Right p {
	padding-bottom: 10px;
}

div#Right div.RightBox01 {
	margin-bottom: 15px;
	background: url(../images/right_bk_01.gif) no-repeat 0 100%;
}

div#Right div.RightBox01 p {
	padding: 0 6px;
}
div#Right div.RightBox02 {
	margin-bottom: 15px;
	background: url(../images/right_bk_02.gif) no-repeat 0 100%;
}

div#Right div.RightBox02 p {
	padding: 0 6px;
}

div#Right div.Pos {
	padding-bottom: 5px;
}

div#Right div.Pos h3 {
	text-align:center;
	font-weight:bold;
}

div#Right div.Pos p {
	padding-bottom: 5px;
}

div#Right div.Pos p#PosImg {
	text-align:center;
}

div#Right div.Pub dl {
	clear: both;
	padding: 0 10px 0 6px;
}

div#Right div.Pub dl dt {
	float: left;
	width: 42px;
	margin-right: 6px;
}

div#Right div.Pub dl dt img {
	border: 1px solid #ccc;
}

div#Right div.Pub dl dd {
	padding: 6px 0 12px 6px;
}

div#Right div.Pub ul {
	clear: both;
	padding-bottom: 10px;
}

div#Right div.Pub ul li {
	padding: 3px 0 0 15px;
	background: url(../images/icon_01.gif) no-repeat 6px 12px;
	list-style: none;
}


/*-----------------------------------------------------------------------
 フッタ
-----------------------------------------------------------------------*/

div#Footer div#FooterTxt {
	padding: 20px 0;
	margin: 0 15px;
	border-top: 1px solid #ccc;
	font-size: 87%;
	text-align: center;
}


