@charset "shift_jis";



body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 14px;
	line-height: 2;
	color: #333;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 10px;
	color: #000066;
	line-height: 30px;
	font-weight: normal;
	right: 20px;
	clear: left;
	width: 100%;
	text-align: right;
	position: absolute;
	top: 0px;
}

h2{
	color:#FF6600;
	background-image:url(img/h2_bg1.gif) repeat-x;
	font-size: 100%;
	line-height: 30px;
	padding: 0 10px;
	height: 40px;
	text-decoration:none;
}

h3{
	font-size:16px;
	font-weight:bold;
	color:#990000;
	margin:2px 0 2px 10px;
	background-image: url(img/h3_bg1.gif) repeat-none ;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}



/*links
---------------------------------------------------------------------------*/
a {
	color: #000;
	text-decoration:none;
}

a:hover {
	color:#990000;
	text-decoration:none;
}



/*container
---------------------------------------------------------------------------*/
#container {
	width: 1000px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}



/*top-main
---------------------------------------------------------------------------*/
#top {
	width: 1000px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

/*header
---------------------------------------------------------------------------*/
#header {
	height: 50px;
	width: 100%;
	position: relative;
}


/*mainimg
---------------------------------------------------------------------------*/
#mainimg {
    margin-top:10px;
}


/*mainmenu
---------------------------------------------------------------------------*/
ul#menu {
	position: absolute;
	top: 30px;
}

ul#menu li {
	float: left;
	border-left: 1px solid #fff;
}

ul#menu li.last {
	margin-right: 0;
	border-right: 1px solid #fff;
}


/*submenu
---------------------------------------------------------------------------*/
#submenu_top{
	width:1000px;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
	background-color:#fff;
	clear:both;
}

#submenu_top li {
	line-height: 30px;
	height: 30px;
	float: left;
	border-left: 1px solid #ccc;
    list-style-type:none;
}

#submenu_top li.last {
	border-right: 1px solid #ccc;
}

#submenu_top li a {
	display: block;
	height: 30px;
	width: 198px;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
}

#submenu_top a:hover {
	background-image: url(img/menu2.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-decoration:none;
}

/*crumb
---------------------------------------------------------------------------*/
#crumb {
	width:1000px;
	font-size:12px;
    padding-top:10px;
    padding-bottom:20px;
	text-align:left;
	text-decoration:none;
    clear:both;
}

#crumbs {
	height:2.3em;
	border:1px dotted #dedede;
	}

#crumbs ul, li {
	list-style-type:none;
	padding:0;
	margin:0;
	}
			
#crumbs li {
	float:left;
	line-height:2.3em;
	color:#777;
	padding-left:.75em;
	}		
	
#crumbs li a {
	background:url(img/crumbs.gif) no-repeat right center;
	display:block;
	padding:0 15px 0 0;
	}
								
#crumbs li a:link,
#crumbs li a:visited {
	color:#777;
	text-decoration:none;
	}
		
#crumbs a:link, #crumbs a:visited,	
#crumbs li a:hover,
#crumbs li a:focus {
	color:#dd2c0d;
	}		

/*bottom
---------------------------------------------------------------------------*/
#bottom {
	width: 1000px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

/*maincontents
---------------------------------------------------------------------------*/
#main {
	width: 700px;
	padding-top: 5px;
	padding-bottom: 30px;
	float: right;
}

/*paragraph-padding
---------------------------------------------------------------------------*/
#main p {
	padding: 0.5em 10px 1em;
}

#main .contents{
	width:700px;
	float:right;
	padding:10px;
	margin:0 10px 10px 10px;
	border:solid 1px #CCCCCC;
	line-height: 30px;
}

#main .contents_text{
	width:700px;
	float:right;
	text-align:left;
	padding:10px;
	margin:0 10px 10px 0;
	border:solid 1px #CCCCCC;
	line-height:26px;
	letter-spacing:3px;
	background-color:#F0F8FF;
}

#main .ttl{
	padding:0 0 5px 0;
	margin-bottom:20px;
	height:26px;
	background:url(img/contents_ttl_bg.jpg) repeat-x;
}

#main .paragraph{
	width:620px;
	padding:10px;
	margin:8px 14px;
	border:solid 1px #CCCCCC;
	line-height:22px;
	background:#FFFFFF;
}


#main .paragraph1 {
	margin-left:4.6em;
	margin-right:3.5em;
}

#page_top{
	width:110px;
	float:right;
	margin-top:20px;
	margin-right:14px;
}

/*subcontents
---------------------------------------------------------------------------*/
#sub {
	float: left;
	width: 250px;
}

#sub p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}


#sub .com1{
	font-size: 90%;
	color:#000066;
	text-decoration:none;
}

/*dropdown
---------------------------------------------------------------------------*/
.dropdownmenu {
	float: left;
	width: 240px;
	height: 300px;
	margin-top:10px;
}
#ddm {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#ddm li {
	display: block;
	width: 250px;
	height: 30px;
	text-align: left;
	background:url(img/ddm_bg1.png) no-repeat;
}
#ddm li a {
	display: block;
	width: 250px;
	height: 30px;
	padding-left:1em;
	color: #000;
	font-size: 14px;
	text-decoration: none;
}
#ddm li a:hover {
	display: block;
	width: 236px;
	height: 30px;
	color: #000;
	text-decoration: none;
	background:url(img/ddm_bg2.png) no-repeat;
}
#ddm ul {
	list-style-type: none;
	margin: 0;
}
#ddm li ul {
	display: none;
}
#ddm li:hover ul {
	display: block;
	position: relative;
	top: -30px;
	left: 250px;
	width: 250px;
	height: 30px;
	background:url(img/ddm_bg2.png) no-repeat;
}

/*footer
---------------------------------------------------------------------------*/
#footer {
	text-align: center;
	clear: both;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ccc;
	font-size:10px;
}

#footer a {
	color: #ccc;
	text-decoration: none;
}


/*others
---------------------------------------------------------------------------*/
.look {
	padding:10px;
	font-size:16px;
	color:#663300;
	font-weight:bold;
}

.mb1em {
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

ul.disc {
	padding: 0.5em 10px 0.5em 25px;
	list-style: disc;
}

.color1 {
	color: #FF0000;
}

.strong1 {
	text-decoration:none;
	font-weight:bold;
}
