@charset "shift_jis";

body {
	font-size:12px;
}

/*
h2,h3,ul,li,dl,dt,dd {
	margin:0;
	padding:0;
}
*/

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;
	padding-left:20px;
}

div#Main ul li {
	padding: 0 0 20px 0;
	list-style-image:url(../images/icon_02.gif);
}

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;
	border: 1px solid #FF9EC1;
	background-color: #FEEEEE;
}

div#Main div#Note h3 {
	padding: 5px 10px;
	color:#FF6666;
	font-size:140%;
}

div#Main div#Note h4 {
	padding: 10px 10px 10px 15px;
}

div#Main div#Note p {
	padding: 0 15px 10px;
	margin: 0;
}

div#Main dl {
	width: 100%;
}

div#Main dl dt {
	float: left;
	width: 5px;
	margin-right: 10px;
}

div#Main dl dd {
	padding-bottom: 20px;
}

div#Left {
	padding-left:1px;
}
div#Left p {
	padding-bottom: 10px;
}

div#Left div#LSearchBox {
	width: 186px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: center;
	background-color:#ECFDC7;
}

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-color:#ACDCF2;
}

div#Left div#LSearchBox ul li ul {
	padding: 0;
	margin: 0;
	line-height: 1;
}

div#Left div#LSearchBox ul li ul li {
	margin: 0;
	line-height: 0;
}

div#Left div#Info {
	margin-bottom: 10px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

div#Left div#Info ul {
	padding-top: 10px;
	padding-bottom: 3px;
	padding-left:25px;
}

div#Left div#Info ul li {
	padding: 0 8px 10px 5px;
	list-style-image:url(../images/icon_01.gif);
}

div#Right {
	width: 170px;
	font-size: 87%;
	line-height: 1.2;
}

div#Right h3 {
	padding: 0 6px;
	margin-bottom: 5px;
	font-weight: normal;
	font-size:12px;
}

div#Right p {
	padding-bottom: 10px;
}

div#Right div.RightBox01 {
	margin-bottom: 15px;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc
}

div#Right div.RightBox01 p {
	padding: 0 6px;
}

div#Right div.Pos {
	padding-bottom: 5px;
}

div#Right div.Pos p {
	padding-bottom: 5px;
}

div#Right div.Pub dl {
	padding-top:5px;
	clear: both;
	padding: 0 10px 0 6px;
}

div#Right div.Pub dl dt {
	float: left;
	clear: both;
	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 25px 6px;
}

div#Right div.Pub ul {
	clear: both;
	padding-bottom: 10px;
}

div#Right div.Pub ul li {
	padding: 3px 0 0 15px;
	list-style-image:url(../images/icon_01.gif);
}


/* 印刷対応　2008/03/24 */
div#Left div#LSearchBox .LeftMenuhidden {
	display:inherit;
}
div#Left div#LSearchBox {
	display:none;
}
/*
/*-----------------------------------------------------------------------
 カラムボックス
-----------------------------------------------------------------------*/
/* 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#Footer {
	position:relative;
	top:38%;
	clear: both;
	width: 100%;
	margin: 0 auto;
}

div#Footer div#FooterTxt {
	padding: 20px 0 0 0;
	margin: 0 15px;
	border-top: 1px solid #ccc;
	font-size: 87%;
	text-align: center;
}

div#Footer div#FooterTxt p {
	padding-bottom: 5px;
	text-align: center;
}

div#FooterCopy {
	padding: 5px 0;
	border-top: 1px solid #9FD79A;
	border-bottom: 1px solid #9FD79A;
	background: url(../images/foot_bk.jpg) repeat-y 100% 0;
	min-width:830px;
}

div#FooterCopy p {
	float: left;
	padding-left: 15px;
}

div#FooterCopy address {
	float: right;
	padding-right:15px;
	color: #fff;
	font-size:87%;
	text-align:right;
}
<!--
[if lt IE 7]> .col1 {
 width: 100%;
}
 <![endif]
-->

