@charset "utf-8";

/* HTML tags styles */

* {
	margin:0px;
	padding:0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Mozilla */
	-khtml-box-sizing : border-box ; /* KDE kHTML / for Safari */
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body{
	background-attachment: fixed;
	background-image: url(background.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}

h1, h2, h3, h4, h5 {
	margin-bottom: 10px;
}

p {
	margin-bottom: 15px;
}

ol {
	margin-left: 50px;
}

ul {
	margin-left: 25px;
}

a:link	{
	color:#333;
}

a:visited	{
	color:#666;
}

a:hover, a:active	{
	color:#900;
}

/* Table styles */

caption { caption-side: bottom;
          text-align: right }

table {
	margin-left: 24px;
	margin-bottom: 20px;
	border: solid 1px #666666;
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	border: solid 1px #999;
	padding: 3px;
	vertical-align: top;
}

th {
	background-color: #CCC;
	text-align: center;
	white-space: nowrap;
}

td {
}

dt {
	margin-left: 25 px;
	font-weight: bold;
}

dd {
	margin-left: 35px;
}

/* Lyout Divs styles */

/* Header */
#header {
	margin:0 auto;
	width: 806px;
	height: 25px;
	background-color: #FFF;
}
	#header .logo {
		float: left;
		margin-left: 2px;
		text-align: left;
	}
	
	#header .utilityNavi {
		margin-top: 7px;
		margin-right: 3px;
		float: right;
		text-align: right;
		font-size: 12px;
	}

/* main visual */
#mainVisual {
	margin:0 auto;
	padding-bottom: 3px;
	width: 806px;
	background-color: #FFF;
}
	#mainVisual h1 {
		margin: 0;
	}

#printMainVisual {
	display: none;
}

/* main  */
#mainContainer {
	margin:0 auto;
	width: 806px;
	text-align: left;
	clear: both;
}

/* side menu */
#sideMenu {
	float: left;
	width: 173px;
}

#sideMenu .listHeader {
	margin-left: 3px;
	padding-left: 18px; 
	height: 30px;
	font-size: 14px;
	line-height: 28px;
	color: #FFF;
	font-weight: bold;
	background-image: url(sideMenu01.gif);
	background-repeat: no-repeat;
}

#sideMenu ul {
	margin-left: 3px;
	list-style-type: none;
}

#sideMenu ul li {
	height: 30px;	
	padding-left: 20px;
	font-size: 14px;
	line-height: 28px;
	background-image: url(sideMenu02.gif);
	background-repeat: no-repeat;
}

/* contents */	

#mainContents {
	margin-left: 188px;
	padding: 15px;
	font-size: small;
	line-height: 1.5em;
}

#breadcrumbs {
	margin-bottom: 15px;
}

#mainContents h2 {
	margin-bottom: 15px;
	padding: 7px;
	padding-left: 10px;
	background-color: #EEE;
	border-bottom: dotted 1px #999;
}

#mainContents h3 {
	padding-left: 10px;
	border-left: solid 8px #CCCCCC;
	font-size: large;
}

#mainContents p {
	margin-left: 25px;
}

#mainContents ul {
	margin-left: 55px;
	margin-bottom: 25px;
}

#mainContents ul li {
}



#mainContents .contentsBlock {
	margin-bottom: 20px;
}

#mainContents .contentsSpecial {
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #666666;
}

#mainContents .contentsSpecial .title {
	padding-left: 3px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #4573B3;
}

#mainContents .contentsSpecial h3 {
	padding-left: 0;
	border: 0;
}

/* News */
#news {
	margin-bottom: 20px;

}

#news ul {
	margin: 0;
	list-style-type: none;
}

#news li {
	margin: 0;
}

#news .release {
	padding-left: 70px;
	background-image: url(newsRelease.gif);
	background-repeat: no-repeat;
}

#news .news {
	padding-left: 70px;
	background-image: url(newsNews.gif);
	background-repeat: no-repeat;
}

#news .press {
	padding-left: 70px;
	background-image: url(newsPress.gif);
	background-repeat: no-repeat;
}

#newsBackNumber {
	text-align: right;
}


/* Footer */
#footer {
	margin:0 auto;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 806px;
	height: 33px;
	background-color: #FFF;
}

#printFooter {
	display: none;
}


/* 汎用クラス */
.notice {
	padding: 2px;
	font-size: x-small;
	border: solid 1px #DDD;
	background-color: #EEE;
}

.paddingImage {
	padding: 5px;
}

.newitem {
	padding: 2px;
	background-color:#FFF;
	color: #F00;
	border: solid 1px #F00;
}
