@charset "shift_jis";

*{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 150%;
	color: #666666;
}

* html #footer a {
	font-size: 90%;
}
*:first-child+html #footer a {
	font-size: 90%;
}

* img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
	background-color: #EBEBEB;
	margin: 0px;
	padding: 0px;
}
#mainContent p {
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	font-weight: normal;
}
h3 {
	font-size: 110%;
	margin-right: 0px;
	margin-left: 0px;
	border: 1px solid #68A3BE;
	background-image: url(../images/title_h3_bk.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-top: 30px;
	color: #003333;
}
h3.top {
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-top: 0px;
}
h4 {
	margin-right: 20px;
	margin-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #68A3BE;
	color: #003333;
}
h5 {
	margin-right: 20px;
	margin-left: 20px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #EBEBEB;
	padding-left: 3px;
}
p.center {
	text-align: center;
}
.migiyose {
	text-align: right;
}


#mainContent dl {
	margin-right: 20px;
	margin-left: 20px;
}
.textLarge {
	font-size: 130%;
}
.textXLarge {
	font-size: 180%;
}






.textSmall {
	font-size: 90%;
}
.textXSmall {
	font-size: 80%;
}
.textAttention {
	font-weight: bold;
	color: #FF0000;
}
#column2main #mainContent table {
	border-collapse: collapse;
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
	margin-right: 20px;
	margin-left: 20px;
}
#column2main #mainContent td {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
}


.soroeRight {
	text-align: right;
}







/*■■■■■■レイアウト■■■■■■*/

/*■■スペーサー■■*/
.topSpacer01 {
	clear: both;
	height: 10px;
}
.topSpacer02 {
	clear: both;
	height: 30px;
}
.imageLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
.imageRight {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}


.floatClear {
	clear: both;
	font-size: 9px;
}
.floatClearP {
	clear: both;
}


#wrap {
	background-color: #FFFFFF;
	width: 950px;
}
/*■■ヘッダー■■*/
#header {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #074460;
	height: 100px;
	width: 950px;
}
/*■■メインエリア■■*/
#field {
	clear: both;
}

#field #fieldEnd {
	height: 30px;
	width: 894px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#columnLeft { /*左カラム*/
	float: left;
	width: 222px;
	margin-right: 15px;
	text-align: right;
}
#columnCenter { /*センターカラム*/
	width: 370px;
	float: left;
	margin-right: 15px;
}
#columnRight { /*右カラム*/
	width: 328px;
	float: right;
}
#column2main {
	width: 685px;
	float: left;
}
#column1main {
	width: 894px;
	margin-right: auto;
	margin-left: auto;
}
/*■■フッター■■*/
#footer {
	height: 67px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #074460;
}


/*■■ヘッダーコンテンツ■■*/
#logoBox {
	background-image: url(../images/head_logo.gif);
	background-repeat: no-repeat;
	height: 47px;
	width: 442px;
	margin-top: 27px;
	float: left;
	background-position: right;
}
#logoBox h1 {
	text-indent: -9999px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 28px;
}
#logoBox a {
    display:block;
	height: 47px;
	width: 414px;
}
#optionBox {
	width: 182px;
	float: left;
	margin-top: 19px;
	margin-right: 28px;
	text-align: right;
	padding: 0px;
	margin-left: 296px;
}
#optionBox #mojiSize {
	width: 74px;
	float: left;
	height: 18px;
	margin-right: 0px;
}
#optionBox  #language  {
	height: 18px;
	width: 50px;
	float: left;
	margin-right: 11px;
}
#optionBox #rss {
	height: 18px;
	width: 46px;
	float: left;
}
#searchBox {
	text-align: right;
	float: right;
	width: 300px;
	margin-right: 28px;
	margin-top: 15px;
}
#searchBox form fieldset {
	border: none;
	float: right;
	width: 200px;
	padding: 0px;
	margin-top: 0px;
	margin-right: -5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#searchBox form fieldset input#textfield {
	width: 150px;
	height: 16px;
	float: left;
}
#searchBox #button {
	margin-top: 0px;
	margin-right: 0px;
}

#searchBox form {
	margin: 0px;
}

#headMenu {
	width: 900px;
	margin-left: 28px;
}
#headMenu img {
	margin-right: 6px;
}


/*■■フッターコンテンツ■■*/
#footer p {
	margin-left: 28px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#footer  p {
	font-size: 80%;
}
#footer  a {
	font-size: inherit;
}
/*#columnLeft #underMenu2 {
	margin-bottom: 10px;
}*/

#columnLeft .lMenu2 {
	margin-bottom: 10px;
}
#columnLeft .addSpace {
	margin-bottom: 10px;
}


/*■■■■■■左カラムコンテンツ■■■■■■■■*/

/*左カラムプルダウンメニュー*/
#columnLeft #underMenu,#columnLeft #underMenu2 {
	margin-bottom: 10px;
}
#columnLeft #underMenu .menu2 {
	height: 26px;
	width: 194px;
	margin-left: 28px;
	background-image: url(../images/navi2_bk.gif);
	background-repeat: no-repeat;
	text-align: left;
}
#columnLeft #underMenu .menu2 .title {
	font-size: 12px;
	width: 125px;
	float: left;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#columnLeft #underMenu .menu2 img {
	margin-top: 7px;
}
#columnLeft #underMenu .menu2 .title a {
	text-decoration: none;
	font-size: 12px;
}

#columnLeft .pdMenu {
	background-image: url(../images/pdmenu_back.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 194px;
	margin-left: 28px;
	text-align: left;
}
#columnLeft .pdMenu .title {
	font-size: 12px;
	width: 148px;
	float: left;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#columnLeft .pdMenu img {
	margin-top: 7px;
}
#columnLeft .pdMenu .title a {
	text-decoration: none;
	font-size: 12px;
}




/*■■２カラムコンテンツ■■*/
#column2main #mainContent {
	/*border: 1px solid #EBEBEB;*/
	margin-top: 15px;
}
#column2main #pageTitleAria {
	width: 683px;
	border: 1px solid #CCCCCC;
}
#column2main #pageTitleAria #pageTitle {
	background-image: url(../images/pt_backimage.jpg);
	background-repeat: repeat-y;
	margin: 1px;
	width: 681px;
}
#column2main #pageTitleAria #homeBtn {
	float: left;
}
#column2main #pageTitleAria #pageTitle .breadCrumbs0 {
	float: left;
	background-image: url(../images/pt_arrow1.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 15px;
	margin-right: 8px;
	font-weight: bold;
	color: #333333;
}
#column2main #pageTitleAria #pageTitle .breadCrumbs0 a {
	text-decoration: none;
	color: #333333;
}


#column2main #pageTitleAria #pageTitle h2 {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	color: #333333;
}
#column2main   #pageTitle #homeBtnArea  {
	float: left;
	width: 46px;
	background-image: url(../images/pt_home_btn.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 10px;
}
#column2main #pageTitleAria #pageTitle #homeBtnArea a {
	display: block;

}
#column2main #pageTitleAria #pageTitle #homeBtnArea #btn {
	text-indent: -9999px;
	margin-top: 3px;
	margin-bottom: 3px;
	display: block;
}
#column2main #mainContent .midashi01 {
	background-color: #F6F6F6;
	color: #003333;
	font-weight: bold;
	padding: 17px;
	margin: 0px;
}
#column2main #mainContent ol {
}
#column2main  #mainContent  ol li {
	list-style-type: decimal;
	margin-bottom: 5px;
	margin-right: 15px;
}
#column2main   #mainContent   .normal li  {
	margin-right: 20px;
}



/*■■１カラムメインコンテンツ■■*/
#column1main #pageTitleBack {
	border: 1px solid #EBEBEB;
	width: 892px;
	margin-bottom: 30px;
}
#column1main #pageTitleAria {
	background-image: url(../images/titleback01.jpg);
	background-repeat: repeat-y;
	margin: 1px;
}
#column1main #pageTitleAria h2 {
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}
.toHome {
	text-align: right;
}
#column1main .textBox03 ul {
	margin-right: 20px;
	list-style-type: square;
}
.attentionKome {
	text-indent: -1em;
	padding-left: 1em;
}
