@charset "Shift_JIS";


/* ------------------------------------------

 *  1.browser style clear

 *  2.wireframe

 *  3.common

 *  4.top page

-------------------------------------------*/

/*============================================
1.browser style clear
============================================*/
/*Print Begin*/
@media print{
body{
/*zoom: 80%;*/ /* WinIE only */
}
*{
text-indent:0px!important;
text-align:left!important;
width: auto !important;
height: auto !important;
margin: 0 !important;
padding: 0 !important;
border:0 !important;
background:none !important;
color:#000000 !important;
}
table{
border:1px solid #000000 !important;
width:auto !important;
border-collapse:separate !important;
}
td,th{
border-right:1px solid #000000 !important;
border-bottom:1px solid #000000 !important;
padding:3px !important;
width:auto !important;
}
div#header,
div#sideMenu,
div#pagetop,
div#footer{
display: none!important;
}
div#main{
float:none!important;
}
h1{font-size:150%!important;font-weight:bold;margin-top:20px!important;}
h2{font-size:140%!important;font-weight:bold;margin-top:20px!important;}
h3{font-size:130%!important;font-weight:bold;margin-top:20px!important;}
h4{font-size:120%!important;font-weight:bold;margin-top:20px!important;}
h5{font-size:110%!important;font-weight:bold;margin-top:20px!important;}
h6{font-size:100%!important;font-weight:bold;margin-top:20px!important;}
p{padding-bottom:10px!important;}
div{padding-bottom:10px!important;}
dd{padding-left:10px!important;}
li{padding-left:10px!important;}
}

/*Print End*/
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 {
	border: 0;
}
address,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}
strong {
	font-weight: bold;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight:normal;
}
ul,li,dl,dt,dd {
	list-style:none;
}
img {
	vertical-align: top;
}
a img {
	border: none;
}
a {
	text-decoration: underline;
	color:#A51303;
}
a:link { text-decoration:none; color:#0930ef; }
a:visited { text-decoration:none; color:#0930ef; }
a:active { text-decoration:none; color:#0d269e; }
a:hover { text-decoration:underline; color:#0d61fb; }

html {
	overflow-y: scroll;
}

body {
	background: #ffffff url(../images/back2.gif) repeat-x left top;
	font-family: Verdana,"ƒqƒ‰ƒMƒmŠpƒS Pro W3",Osaka,"‚l‚r ‚oƒSƒVƒbƒN",sans-serif;
	color: #333333;
	font-size: 12px;
	*font-size: small;
	*font: x-small;
	font-style: normal;
	font-weight: normal;
	line-height: 1.3;
	text-align:center;
}

p {
	margin: 0 0 1em 0;
}

.error{
	color:#FF0000;
}

/*============================================
 2.wireframe
============================================*/
div#container{
	margin:0 auto;
	width:800px;
	text-align: center;
}
div#header{
	width:800px;
	height:420px;
	text-align:center;
}
div#wrapper{
	clear:both;
	width:800px;
	text-align:left;
	padding:0 0 5em 0;
}
div#columnLeft{
	width:220px;
	float:left;
}
div#columnRight{
	width:560px;
	float:right;
	margin:0 0 0 20px;
}
div#footer{
	clear:both;
	width:100%;
	height:130px;
	background: #ffffff url(../images/footer_bg.gif) repeat-x left top;
}


/*============================================
 3.common
============================================*/
/*---------------------------------
header
---------------------------------*/
div#header table{
	width:800px;
	text-align:center;
}


/*---------------------------------
footer
---------------------------------*/
div#footer address{
	font-size:80%;
}
div.footerBody{
	margin:0 auto;
	width:800px;
	height:130px;
	text-align:left;
	background: url(../images/footer_peco.gif) no-repeat left top;
}
div.footerMenu{
	margin:0 0 0 60px;
	padding:65px 0 0 0;
}
div.footerMenu a{
	color: #545454;
	font-size:90%;
}
div.footerMenu p{
	padding:0 0 0 0;
	margin:0 0 0 0;
}

/*---------------------------------
topics
---------------------------------*/
div.topics{
	margin:0 0 2em 0;
}
div.topics h3{
	background: url(../images/md_topics.gif) no-repeat left top;
	width:220px;
	height:72px;
	text-indent:-9999px;
}
div.topics ul{
	padding:1em 5px 1em 5px;
}
div.topics li{
	margin:0 0 0.5em 0;
}
div.topics li a{
	display:block;
	background: url(../images/ind02.gif) no-repeat left 5px;
	text-indent:20px;
	padding:3px 0 3px 0;
	
}

/*---------------------------------
newInfo
---------------------------------*/
div.newInfo{
	margin:0 0 2em 0;
}
div.newInfo h3{
	background: url(../images/md_info.gif) no-repeat left top;
	width:560px;
	height:72px;
	text-indent:-9999px;
}
div.newInfoBody{
	border-left:1px solid #adadad;
	border-right:1px solid #adadad;
	border-bottom:1px solid #adadad;
}
div.newInfo dl{
	margin:0 15px 0 15px;
	padding:1.5em 0 1em 0;
	clear:both;
	/*width:560px;*/
}
div.newInfo dt{
	background: #ffffff url(../images/ind01.gif) no-repeat 3px 4px;
	width:120px;
	padding:0 0 10px 10px;
	font-size:80%;
	color:#a7a7a7;
}
div.newInfo dd{
	margin:-1.8em 0 0 120px;
	padding:0 0 10px 0;
}
/*---------------------------------
inqBox
---------------------------------*/
div.inqBox{
	background-color:#ebebeb;
	border:1px solid #e0e0e0;
	margin:0 0 2em 0;
}
div.inqBoxBody{
	width:200px;
	margin:10px 0px 10px 9px;
}
div.inqBoxBody h4{
	font-weight:bold;
	margin:0 0 0.5em 0;
}


/*============================================

============================================*/

