@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
}

body {
  font-size: 12px;
  text-align: center;
  font-family:"Arial", "sans-serif";
  padding: 0;
  margin: 0;
  background:#999999;
}


a:link {
  color: #555555;
  text-decoration: none;
}

a:visited {
	color: #555555;
	text-decoration: none;
}

a:hover {
  color: #2222ff;
  text-decoration: underline;
}

img{
	border:none;
	}
	
	
/*midashi*/
h1{
	margin:0px;
	}

h2{
	margin-bottom:5px;
}

h3{
	color:#FF6600;
	margin-bottom:5px;
	}

/*layout*/

#wrapper {
  text-align: left;
  margin: 0 auto 0;
  width: 950px;
  background:#FFFFFF;
}

#header {
	padding: 0px;
}

#globalnavi {
  width: 100%;
}

#contents {
  float: right;
  width: 675px;
  margin-top:4px;
  padding:5px 15px 0px 0px;
  background:#FFF;
}

#sidebar {
	float: left;
	width: 230px;
	margin-top:5px;
	padding:15px 0px 30px 15px;
	background:#FFF;
	font-size:12px;
}

#sidebar img{
	margin-bottom:3px;
	}

#footer {
  clear: both;
  border-top:1px solid #999;
  padding: 0.5em 0 1em;
}

/* gnavi */

#globalnavi ul {
  width: 950px;
  list-style-type: none;
  background-color: #FFF;
}

#globalnavi li {
  text-align: center;
  float: left;
}

#globalnavi .navi01{
  width: 160px;
  border: none;
}

#globalnavi li a {
  text-decoration: none;
  display: block;
  width: auto;
}

/*#contents*/

#contents p {
  line-height: 1.6em;
  margin-bottom: 0em;
}
#contents a {
  color: #3333FF;
}
#contents a:hover {
  color: #00CCFF;
}


/*margin*/

.spacer-under{
margin-bottom:7px;
}

.spacer-under-w{
margin-bottom:15px;
}

.spacer{
margin:10px 0px 0px 0px;
}

.spacer-w{
margin:20px 0px 0px 0px;
}

.spacer-t{
margin:30px 0px 0px 0px;
}



/*sidebar*/

.sidetitle {
	padding: 5px 0px 5px 0px;
	margin-top:5px;
	background:#FF4400;
	font-weight:bold;
	font-size: 15px;
	color:#FFFFFF;
	text-align:center;
}

#corcenavi{
	margin:5px 0px 5px 0px;
}


/*listnavi*/
.localnavi-s {
  list-style-type: none;
  margin-bottom: 2em;
}

.localnavi-s li {
	margin:10px 0px 10px 15px;
	padding:0px 0px 10px 0px;
	display:block;
	border-bottom:1px solid #999999; 
	font-size:11px;
	}

.localnavi-m {
  list-style-type: none;
  margin-bottom: 2em;
}

.localnavi-m li {
	margin:10px 0px 10px 0px;
	padding:0px 0px 10px 0px;
	display:block;
	border-bottom:1px solid #999999; 
	font-size:11px;
	}

.indent{
	padding: 0 0 0 25px;
}
.menu_list{
	font-family: "メイリオ","meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS P ゴシック","MS P Gothic","sans-serif";
	font-weight: bold;
	font-size: 14px;
	background-image: url(../btn_kumitate/icon_nat.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 25px;
	padding: 18px;
}





/*footer*/
#footer p { 
	margin:5px 0px 10px 0px;
	text-align: center; 
	}

#footer_left{
	width:400px;
	margin:10px 20px 10px 20px;
	float:left;
	}

#footer_right{
	text-align: center;
	margin:10px 20px 10px 20px;
	color: #000;
	}

.company{
	font-size:14px;
	font-weight:bold;
	}
		
.clear{
	clear:both;
	}

.c_ttl{
	font-size: 18px;
	color: #000000;
	border-width: 0 0 10px 0;
	border-style: solid;
	border-color: #FF4400;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 25px;
	padding-left: 10px;
	line-height: 25px;
}
.c_ttl_text{
	margin-left: 16px;
}


.c_sub_ttl{
	font-weight: bold;
	margin-left: 6px;
	font-size: 15px;
}


.makertitle{
	font-size: 18px;
	font-weight: bold;
}

.makertitle a{
	color: #0033FF;

}


