/* Base ---------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	background-color:transparent;
}

html {
	overflow-y: scroll;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img, abbr, acronym, fieldset {
	border: 0;
}

h1, h2, h3, h4, h5, h6, input, button, textarea, select {
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6, p , dl, dt, dd{
	display:block;
}

hr, legend {
	display: none;
}

object, embed {
	vertical-align: top;
}

br {
	letter-spacing: 0;
}

body {
font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐ ゴシック";
    text-align: center;
    font-size:75%;
	line-height:130%;
    color: #333;   
    background: #D9DFE5 url(/pc/img/bg.jpg) repeat-x top center; 
}


a {
    color: #0033CC; 
}
a:visited {
    color: #1D2088; 
}

a:hover {
    color: #6699CC; 
    text-decoration: none;
}

a img,:link img,:visited img {
    border:none;
}
em,u,s,i,th,var {
    font-style: normal;
    font-weight: normal;
}

/* Header ---------------------------- */
#header-container {
    width: 950px;
    height: 85px;
    margin: 0 auto;
    text-align: left;
}

#header-container p{
	float:left;
    margin-top: 8px;
}

/* Layout ---------------------------- */


#container {
	width: 930px;
	margin: 0 auto;
	text-align: left;
	background:#FFF;
	padding:10px;
}

#contents {
	background:#2E3092;
	color:#FFF;
}

#mainImg{
	margin:0 0 10px 0;
}

#contentsInner {
	background:#2E3092;
	padding:10px;
}


#guideColumn  {
	float:left;
	width:300px;
	background:#2E3092;
}

#mainColumn  {
	float:right;
	width:580px;
	background:#2E3092;
}

#mainColumn h2{margin-bottom:10px; padding:5px 0;}

/* designBlock ---------------------------- */


#mobileTopics {}
#mobileTopics .topicsBox{
padding:10px 7px;
border:solid 3px #B3B7D2;
background:#FFF;
margin:1px 1px 10px;
color:#445;
height:120px;
overflow:scroll;
overflow-x:hidden;
}

.topicsArticle {border-bottom:2px solid #ccc; padding:0 0 5px; margin-bottom:5px;}
.topicsArticle .topicsData{color:#1D2087; font-weight:800; margin-bottom:8px;}
.topicsArticle h3{color:#CC3333;}
.topicsArticle p{color:#555; margin-bottom:3px;}



#event {margin-bottom:20px;}

/* 変更後
*****************/
#event h4{margin-bottom:10px; font-size:123%; color:#FDCB25;}
#event .eventPast{padding:5px;}
#event .eventPast table{width:100%;}
#event .eventPast td{background:url(/pc/img/bg_line.gif) 0 100% repeat-x; padding:5px;}

/* 変更前
*****************/

#event h3{margin-bottom:10px; font-size:123%;}
#event dl dt{float:left; width:160px;}
#event dl dd{float:left; width:400px; margin:0 0 0 10px;}

#mbContents {margin-bottom:20px;}
#mbContents h3{margin-bottom:10px; font-size:123%; line-height:1.4;}
#mbContents dl dt{float:left;width:160px;}
#mbContents dl dd{float:left;width:400px;margin:0 0 10px 10px;}
#mbContents dl dd ul{padding:3px; background:#5455A6; margin-bottom:10px;}

#mobileAccess{margin-bottom:10px;}
#mobileAccess h2{margin-bottom:10px;}
#mobileAccess dl{padding:5px;}
#mobileAccess dl dt{float:left; width:100px;}
#mobileAccess dl dd{float:left; width:180px; margin:0 0 0 10px;}

#careerAccess{margin-bottom:10px;}
#careerAccess dl{background:url(/pc/img/bg_line.gif) 0 0 repeat-x;}
#careerAccess dl dt{background:url(/pc/img/bg_line.gif) 0 100% repeat-x; padding:3px 5px; margin-bottom:2px;}
#careerAccess dl dt img{line-height:1; vertical-align:bottom;}
#careerAccess dl dd{padding:5px;}

#linkBn li{margin-bottom:10px;}

table.pickupTbl{width:580px;border-collapse:separate;border-spacing:5px;color:#445;}
table.pickupTbl td{border:solid 3px #B3B7D2;background:#FFF; padding:5px; width:50%; vertical-align:top;}
/*.pickuptxt{float:right;width:174px; padding:3px;}*/
.pickuptxt{float:right;width:180px; padding:3px 0;}
/*.pickuptxt h5{color:#C33; font-size:117%; margin-bottom:10px;}*/
.pickuptxt h5{color:#C33; font-size:96%; margin-bottom:2px;}
.pickuptxt p{font-size:96%;}

.font90{font-size:90%;}
.fontBlue{color:#0000CC;}

.siteOpenData{
background: url(/pc/img/bg_siteopen.gif) 0 0 no-repeat;
height:14px;
margin-bottom:5px;
text-align:right;
padding:8px 5px;
color:#339;
}

/* clearfix ---------------------------- */

.clearfix,
#contentsInner ,
#event dl,
#mobileAccess dl,
#mbContents
{
  overflow:hidden;
  zoom: 1;
  }

.clearfix:after,
#contentsInner:after, 
#event dl:after,
#mobileAccess dl:after,
#mbContents:after
{
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  }

/* parts ---------------------------- */
.mgnBtm05{margin-bottom:5px;}
.mgnBtm10{margin-bottom:10px;}
.mgnBtm15{margin-bottom:15px;}
.mgnBtm20{margin-bottom:20px;}
.mgnBtm30{margin-bottom:30px;}
.floatL{float:left;}
.floatL05{float:left; margin-right:5px;}
.floatL10{float:left; margin-right:10px;}
.floatR10{float:right; margin-left:10px;}
.alignCenter{text-align:center;}
.alignLeft{text-align:left;}
.alignRight{text-align:right;}
.txt11{ font-size:92%;}
.mailto a{color:#FFF;}
.padding05{padding:5px;}
.padding03{padding:3px;}

/* Footer ---------------------------- */


#footer { 
	margin: 0 auto;
	padding: 20px 0;
	width:950px;
	}

#footer-inner {
	text-align:left;
}

#footer-inner #footer-home {
	text-align:left;
	border-bottom: dotted #333 1px;
	padding-bottom:10px;
	font-size:100%;
}
#footer-inner #copyright {
	text-align:left;
	margin-top:4px;
	font-size:85%;
}

#footer-inner #copyright img {
	padding-right:6px;
}



/* flow.php ---------------------------- */

div#topicPath{
	margin-bottom:20px;
	}
div#topicPath a{
	background:url(/pc/img/bg_topicPath.png) top right no-repeat;
	padding-right:20px;
	color:#FFFFFF;
	}
div#topicPath li{
	display:inline;
	margin-right:5px;
	}

div.flow{
	margin-bottom:40px;
	}
div.flow h2{
	margin-bottom:30px;
	}

a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}


