/*-- Global reset --*/
* {
	margin: 0;
	padding: 0;
}

body {
	background: #31a7cc;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 12px;
	line-height: 153%;
}


img {
	border: 0;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #ff4400;
	text-decoration: none;
}

a.textLink {
	color: #990000;
	text-decoration: underline;
}

a.textLink:hover {
	color: #ff3300;
	text-decoration: underline;
}

a.pdfLink {
	padding: 3px 0 3px 20px;
	background: url(../images/background/pdf_link.gif) no-repeat;
	font-weight: bold;
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

fieldset {
	border: 0;
	padding: 1px;
	text-align: right;
	font-size: 12px;
}

input {
	font-size: 12px;
}



/*-- Basic Layout --*/

#wrapper {
	width: 100%;
	background: #1c3193 url(../images/background/wrapper.jpg) repeat-x 0 100%;
	text-align: center;
}

#wrapper2 {
	width: 820px;
	margin: 0 auto;
	background: url(../images/background/wrapper2.jpg) repeat-y;
	position: relative;
}


#contents {
	width: 800px;
	padding: 0 10px;
	position: relative;
	text-align: left;
}

*html #contents {
	top: 165px;
}

#mainContents {
	width: 790px;
	padding: 0 5px;
}

#mainContents:after{
    display: block;
    content: "";
    clear: both;
}



/*-- #rightContents --*/

#rightContents {
	width: 550px;
	float: left;
}

#pageGuide {
	margin: 0;
	padding: 1px 0 0 100px;
	text-indent: -1em;
	font-size: 12px;
	background: url(../images/icon/pageguide.gif) no-repeat;
}

#pageGuide a {
	color: #ff4400;
	text-decoration: underline;
}

#pageGuide a:hover {
	color: #ff0000;
}

#pageBackNavi {
	float: right;
	margin: 5px 0 10px;
}

#pageGuide:after {
    display: block;
    content: "";
    clear: both;
}

.rightContentsBlock {
	width: 550px;
	margin: 0 0 15px;
	position: relative;
}

.rightContentsBlock:after {
    display: block;
    content: "";
    clear: both;
}

.rightContentsBlock h3 {
	width: 523px;
	margin: 0 0 5px;
	padding: 5px 0 5px 27px;
	font-size: 125%;
	font-weight: bold;
}

.rightContentsBlock h3.red {
	background: url(../images/background/title_red.gif) no-repeat;
}

.rightContentsBlock h3.blue {
	background: url(../images/background/title_blue.gif) no-repeat;
}

.rightContentsBlock h3.yellow {
	background: url(../images/background/title_yellow.gif) no-repeat;
}

.rightContentsBlock h3.green {
	background: url(../images/background/title_green.gif) no-repeat;
}

.rightContentsBlock h3.orange {
	background: url(../images/background/title_orange.gif) no-repeat;
}

.rightContentsBlock h3.pink {
	background: url(../images/background/title_pink.gif) no-repeat;
}

.rightContentsBlock h3.purple {
	background: url(../images/background/title_purple.gif) no-repeat;
}

.writenField {
	padding: 0 0 0 27px;
	clear: both;
}

dl.release dt {
	width: 500px;
	padding: 0 0 0 1em;
	background: url(../images/background/maker_blue.gif) 0 3px no-repeat;
	font-weight: bold;
	clear: both;
}

dl.release dd {
	padding: 0 0 0 1em;
}

ul.linkBtn {
	list-style: none;
	margin: 5px 0;
}

ul.linkBtn li {
	list-style: none;
	margin-right: 5px;
	text-align: center;
	float: left;
}



/*-- #siteSearch --*/

#siteSearch {
	position: absolute;
	top: 5px;
	right: 15px;
	z-index: 2000;
}

*html #siteSearch {
	position: absolute;
	top: 5px;
	right: 15px;
}



/*-- Default Style --*/

h2.titleBlue {
	background: url(../images/background/pagetitle_blue.jpg) no-repeat;
	margin: 0 0 10px;
	padding: 7px 0 7px 35px;
	font-size: 150%;
	font-weight: bold;
}

h2.titleRed {
	background: url(../images/background/pagetitle_red.jpg) no-repeat;
	margin: 0 0 10px;
	padding: 7px 0 7px 35px;
	font-size: 150%;
	font-weight: bold;
}

h2.titleYellow {
	background: url(../images/background/pagetitle_yellow.jpg) no-repeat;
	margin: 0 0 10px;
	padding: 7px 0 7px 35px;
	font-size: 150%;
	font-weight: bold;
}

h2.titleGreen {
	background: url(../images/background/pagetitle_green.jpg) no-repeat;
	margin: 0 0 10px;
	padding: 7px 0 7px 35px;
	font-size: 150%;
	font-weight: bold;
}

h2.titleOrange {
	background: url(../images/background/pagetitle_orange.jpg) no-repeat;
	margin: 0 0 10px;
	padding: 7px 0 7px 35px;
	font-size: 150%;
	font-weight: bold;
}

h2.titlePink {
	background: url(../images/background/pagetitle_pink.jpg) no-repeat;
	margin: 0 0 10px;
	padding: 7px 0 7px 35px;
	font-size: 150%;
	font-weight: bold;
}

h2.titlePurple {
	background: url(../images/background/pagetitle_purple.jpg) no-repeat;
	margin: 0 0 10px;
	padding: 7px 0 7px 35px;
	font-size: 150%;
	font-weight: bold;
}

h2.titleOther {
	background: url(../images/background/pagetitle_other.jpg) no-repeat;
	margin: 0 0 10px;
	padding: 7px 0 7px 48px;
	font-size: 150%;
	font-weight: bold;
}

h3.copyBlue {
	width: 500px;
	background: url(../images/background/pagecopy_blue.jpg) no-repeat 20px 0;
	padding: 7px 0 7px 55px;
	font-size: 135%;
	font-weight: bold;
}

h3.copyRed {
	width: 500px;
	background: url(../images/background/pagecopy_red.jpg) no-repeat 20px 0;
	padding: 7px 0 7px 55px;
	font-size: 135%;
	font-weight: bold;
}

h3.copyYellow {
	width: 500px;
	background: url(../images/background/pagecopy_yellow.jpg) no-repeat 20px 0;
	padding: 7px 0 7px 55px;
	font-size: 135%;
	font-weight: bold;
}

h3.copyGreen {
	width: 500px;
	background: url(../images/background/pagecopy_green.jpg) no-repeat 20px 0;
	padding: 7px 0 7px 55px;
	font-size: 135%;
	font-weight: bold;
}

h3.copyOrange {
	width: 500px;
	background: url(../images/background/pagecopy_orange.jpg) no-repeat 20px 0;
	padding: 7px 0 7px 55px;
	font-size: 135%;
	font-weight: bold;
}

h3.copyPink {
	width: 500px;
	background: url(../images/background/pagecopy_pink.jpg) no-repeat 20px 0;
	padding: 7px 0 7px 55px;
	font-size: 135%;
	font-weight: bold;
}

h3.copyPurple {
	width: 500px;
	background: url(../images/background/pagecopy_purple.jpg) no-repeat 20px 0;
	padding: 7px 0 7px 55px;
	font-size: 135%;
	font-weight: bold;
}

h3.copyOther {
	width: 495px;
	background: url(../images/background/pagecopy_other.jpg) no-repeat 20px 0;
	padding: 7px 0 7px 60px;
	font-size: 135%;
	font-weight: bold;
}

.small {
	font-size: 85%;
}

.mt10 {
	margin-top: 10px;
}

.ml10 {
	margin-left: 10px;
}

.mr10 {
	margin-right: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.leftLayout {
	float: left;
}

.rightLayout {
	float: right;
}

.clLayout {
	clear: both;
}

.rightLayout img {
	visibility: hidden;
}

.small {
	font-size: 95%;
	line-height: 120%;
}

.textRight {
	text-align: right;
}

.mtm8 {
	margin-top: -0.8em;
}

p.gotoTop {
	text-decoration: underline;
	margin: 1em 0;
	padding: 0 0 0 15px;
	background: url(../images/background/gototop_bg.gif) 0 4px no-repeat;
	float: right;
}

.gotoTop a {
	color: #666666;
	text-decoration: underline;
}

.gotoTop a:hover {
	color: #ff6600;
	text-decoration: underline;
}

.str {
	font-weight: bold;
}


/*-- .marker Style --*/

.markerRed {
	padding-left: 14px;
	background: url(../images/background/maker_red.gif) no-repeat 0 3px;
}

.markerBlue {
	padding-left: 14px;
	background: url(../images/background/maker_blue.gif) no-repeat 0 3px;
}

.markerYellow {
	padding-left: 14px;
	background: url(../images/background/maker_yellow.gif) no-repeat 0 3px;
}

.markerGreen {
	padding-left: 14px;
	background: url(../images/background/maker_green.gif) no-repeat 0 3px;
}

.markerOrange {
	padding-left: 14px;
	background: url(../images/background/maker_orange.gif) no-repeat 0 3px;
}

.markerPink {
	padding-left: 14px;
	background: url(../images/background/maker_pink.gif) no-repeat 0 3px ;
}

.markerPurple {
	padding-left: 14px;
	background: url(../images/background/maker_purple.gif) no-repeat 0 3px;
}



/*-- point write --*/
.onePoint {
	width: 510px;
	margin: 10px auto;
	padding: 10px;
	border: 2px dashed #996666;
}

.onePoint:after {
	display: block;
	content: "";
	clear: both;
}

.onePoint h5 {
	font-size: 100%;
	color: #660000;
}

.onePoint ul {
	list-style: none;
	margin: 0 0 10px;
}

*html .onePoint ul {
	width: 400px;
	float: left;
}

.onePoint li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 18px;
	background: url(../images/background/arrow_red.gif) 0 1px no-repeat;
}

*html .onePoint li {
	background: url(../images/background/arrow_red.gif) 0 2px no-repeat;
}



/*-- Search Result --*/
#resultBox {
	padding: 10px;
	border: 2px dashed #993300;
	background: #ffffee;
}

#hitKeyword {
	padding: 0 3px;
	font-size: 135%;
	font-weight: bold;
	color: #ff6600;
}

#hitNumber {
	font-weight: bold;
	padding: 0 3px;
}

.resultList {
	width: 550px;
}

.resultList dt {
	padding: 0 0 0 15px;
	font-size: 120%;
	font-weight: bold;
	color: #ff6600;
	text-decoration: underline;
	background: url(../images/background/result_link.gif) 0 3px no-repeat;
}

.resultList dd {
	margin: 0 0 10px;
	padding: 0 0 0 15px;
}

.resultList dt a {
	color: #ff6600;
}

.resultList dt a:hover {
	color: #ff0000;
	text-decoration: underline;
}

ul.resultPage {
	list-style: none;
}

ul.resultPage li {
	margin: 0 10px 0 0;
	list-style: none;
	float: left;
}

ul.resultPage li a {
	color: #ff6600;
	text-decoration: underline;
}

ul.resultPage li a:hover {
	color: #ff0000;
	text-decoration: underline;
}

p.otherLink {
	margin: 0 0 0.5em 1em;
	padding: 7px 0 0 30px;
	background: url(../link/images/more_link.gif) no-repeat;
}

p.otherLink a {
	color: #666666;
	text-decoration: underline;
}

p.otherLink a:hover {
	color: #ff0000;
	text-decoration: underline;
}





/*-- Add link style 080226 DP 0ku --*/

div.addLink1
{
	clear: both;
	width: 520px;
	margin: 0 10px 10px;
	padding: 10px 0 0;
	background: url(/images/background/add_link1.gif) 0 10px no-repeat;
}

div.addLink2
{
	clear: both;
	width: 520px;
	margin: 0 10px 10px;
	padding: 10px 0 0;
	background: url(/images/background/add_link2.gif) 0 10px no-repeat;
}

div.addLinkEnd
{
	width: 377px;
	margin: 0 0 0 123px;
	padding: 10px;
	background: url(/images/background/add_link_end.gif) 0 100% no-repeat;
}

div.addLinkEnd:after
{
	display: block;
	content: "";
	clear: both;
}

*html div.addLinkEnd
{
	height: 1%;
}

*+html div.addLinkEnd
{
	height: 1%;
}

div.addLinkEnd p
{
	float: left;
	width: 200px;
	padding: 0 10px;
}

.addLinkEnd ul
{
	margin: 0;
	padding: 0 0 5px;
	list-style: none;
}

*html .addLinkEnd ul
{
	padding: 0 0 7px;
}


*+html .addLinkEnd ul
{
	padding: 0 0 9px;
}

.addLinkEnd li
{
	margin: 0;
	padding: 0;
	list-style: none;
}









