@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	font-size:13px;
	color:#000;
	line-height:150%;
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img{
	border:0;
	vertical-align:top;
	vertical-align:bottom;
}

a{
	overflow:hidden;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

/*----------------------------------------------*/
/*ヘッダー*/

#header{
	width:1000px;
	height:200px;
	overflow:hidden;
	margin:0px auto;
	position:relative;
}

/*ロゴ*/

#header h1{
	width:167px;
	height:58px;
	position:absolute;
	overflow:hidden;
	left:16px;
	top:17px;
	z-index:10;
}

/*タイトル*/

#header h2{
	width:1000px;
	height:123px;
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:0;
}

/*メニュー*/

#header ul{
	width:650px;
	line-height:22px;
	position:absolute;
	overflow:hidden;
	top:50px;
	left:216px;
	
}

#header ul li{
	list-style-type:none;
	float:left;
	overflow:hidden;
	border-left:1px solid #BBBBBB;
	padding-left:1em;
	padding-right:1em;
}

#header ul li.last{
	border-right:1px solid #BBBBBB;
}

#header ul li a{
	color:#000000;
	text-decoration:none;
	font-size:13px;
}

#header ul li a:hover{
	text-decoration:underline;
}

/*----------------------------------------------*/
/*フッター*/

#footer{
	width:1000px;
	margin:60px auto 0px auto;
	overflow:hidden;
}

#footer dl{
	width:314px;
	/*height:240px;*/
	height:310px;
	float:left;
	overflow:hidden;
	border:3px solid #FF6A2F;
	margin-right:20px;
}

#footer dl dt{
	background-color:#FF6A2F;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	padding:0.5em 1em;
	overflow:hidden;
	line-height:18px;
}

#footer dl dd{
	width:290px;
	margin:15px auto 5px auto;
	overflow:hidden;
	display:block;
	font-size:12px;
}

#footer dl dd p{
	margin-bottom:10px;
	overflow:hidden;
	display:block;
	line-height:125%;
}

#footer dl dd p span{
	display:block;
	text-indent:-1em;
	padding-left:1em;
	overflow:hidden;
}

#footer dl.last{
	margin-right:0px !important;
}

/**/

#copy{
	clear:both;
	width:100%;
	overflow:hidden;
	color:#FF6C1F;
	font-weight:bold;
	text-align:center;
	font-size:14px;
	padding-top:15px;
	padding-bottom:15px;
}

/*----------------------------------------------*/
/*コンテンツ*/

#contents{
	width:1000px;
	margin:12px auto;
	overflow:hidden;
}

/*----------------------------------------------*/
/*左カラム*/

#left_col{
	width:180px;
	float:left;
	overflow:hidden;
}

.side_bn{
	width:100%;
	margin-bottom:20px;
	overflow:hidden;
}

/*----------------------------------------------*/
/*右カラム*/

#right_col{
	width:746px;
	float:right;
	overflow:hidden;
	margin-right:33px;
}

/*見出し*/

#right_col h2{
	background-image:url(hajimete/image/bg_sub.png);
	background-repeat:repeat-x;
	background-position:left top;
	line-height:53px;
	overflow:hidden;
	border-bottom:1px solid #BBBBBB;
	padding-top:6px;
	padding-bottom:1px;
	padding-left:12px;
	font-size:20px;
	margin-bottom:25px;
}

#right_col h2 span{
	color:#FF6400;
	padding-right:1em;
}

/*----------------------------------------------*/

/*----------------------------------------------*/

/*----------------------------------------------*/

/*----------------------------------------------*/

/*----------------------------------------------*/