@charset "UTF-8";

/* Reset CSS */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* Global */
html,body{
height: 100%;
text-align:center;
}

body {
background-color:#FFFFFF;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック","MS P Gothic", Osaka, sans-serif;
font-size:12px;
line-height:150%;
color:#333333;
}
a:link, a:visited, a:active {
color:#5496a2;
text-decoration:none;
}
a:hover {
color: #999999;
text-decoration: none;
}
img	{
border-style: none;
}

input, option, select, textarea {
font-size:1em;
}

div.clear {
	margin:0px;
	padding:0px;
	clear:both;
	line-height: 0;
	height: 1px;
	width: 1px;
}
table td, table th, div {
	vertical-align: top;
	line-height:150%;
}

#layout {
width:1000px;
margin:0 auto;
}

#header {
width:100%;
height:90px;
}

#headerLeft {
width:500px;
text-align:left;
}

#headerRight {
width:116px;
text-align:right;
}

.footerMenu {
width:100%;
text-align:right;
padding-top:10px;
}

.footerMenu td {
text-align:right;
font-size:0.75em;
font-weight:bold;
color:#0c3086;
background-image:url(images/footer-head.gif);
background-repeat:no-repeat;
background-position:right;
padding:0 8px 0 7px;
}

.footerMenu td a:link, .footerMenu td a:visited, .footerMenu td a:active {
font-weight:bold;
color:#0c3086;
text-decoration:none;
}

.footerMenu td a:hover {
font-weight:bold;
color:#999999;
text-decoration:none;
}

#footerCopyright {
width:100%;
font-size:0.85em;
text-align:right;
margin:2px 0 5px 0;
color:#000000;
}

.dottedLine {
width:100%;
height:1px;
background-image:url(images/dottedline.gif);
background-repeat:repeat-x;
margin:0;
padding:0
}

/* Home */
#homeMain {
width:100%;
margin:10px 0;
}

#homeRight {
width:251px;
background-image:url(images/home-right-bg.jpg);
background-repeat:no-repeat;
text-align:center;
}

div.homeCompanybana {
margin:40px auto 0 auto;
}

div.homeCompanybana li {
margin:0;
}

div.homeIndex {
width:85%;
margin:32px auto;
font-size:0.9em;
text-align:left;
}

div.homeIndex a:link, div.homeIndex a:visited, div.homeIndex a:active {
color:#333333;
text-decoration:none;
}

div.homeIndex a:hover {
color:#999999;
text-decoration:none;
}

div.homeIndex li {
list-style-position:inside;
padding-bottom:3px;
margin:0;
list-style-image:url(images/home-indexhead.gif);
}


.homeIndex1 {
width:187px;
height:140px;
background-image:url(images/home-index1.jpg);
background-repeat:no-repeat;
text-align:center;
}

.homeIndex2 {
width:188px;
height:140px;
background-image:url(images/home-index2.jpg);
background-repeat:no-repeat;
text-align:center;
}

.homeIndex3 {
width:187px;
height:140px;
background-image:url(images/home-index3.jpg);
background-repeat:no-repeat;
text-align:center;
}

.homeIndex4 {
width:187px;
height:140px;
background-image:url(images/home-index4.jpg);
background-repeat:no-repeat;
text-align:center;
}

#home-newsArea {
width:487px;
background-image:url(images/home-news.jpg);
background-repeat:no-repeat;
}

.home-newsArchives {
width:98%;
font-size:0.7em;
text-align:right;
padding-top:8px;
}

div.home-newsList {
font-size:0.9em;
line-height:120%;
margin:10px 0 0 0;
}

div.home-newsList li {
padding:0 5px 2px 5px;
margin:0;
}


.home-mtArea td {
width:50%;
text-align:center;
padding-bottom:10px;
}


/* Contents */
#contentsMain {
width:100%;
margin:10px 0;
}

#contentsRight {
width:260px;
background-image:url(images/contents-right-bg.jpg);
background-repeat:no-repeat;
text-align:center;
}

div.contentsCompanybana {
margin:20px 0 0 10px;
}

div.contentsCompanybana li {
margin:0;
}


div.contentsMtbana {
margin:5px 0 10px 10px;
}

div.contentsMtbana li {
margin:0;
}

.mainContents {
width:98%;
padding:20px 10px;
text-align:left;
font-size:0.9em;
}
