@charset "utf-8";
*{
	color:#898989;
	font-size:0.9rem;
	line-height:1.3rem;
}
body{
	font-family: 'Orienta', sans-serif;
}
html {
	overflow-y:scroll;
}

h2{
	font-family: 'Raleway', sans-serif;
}

.red{
	color:#c60000;
}

.left{
	float:left;
}
.right{
	float:right;
}

/*================================
     ヘッダー
================================*/
#logo{
	margin:30px 0 0 10px;
}
header ul{
	overflow:hidden;
}

header ul li{
	font-weight:normal;
	color:#898989;
	font-size:14px;
	list-style:none;
	float:left;
	display:block;
	margin:10px 40px;
	-moz-transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
header ul li:hover{
	color:#C5D4D8;
}

div{
	word-wrap:break-word;
}

/*--------------------
 header nav
--------------------*/
header {
	background-color:#FFF;
}
header #head{
	clear:both;
	width:100%;
	min-width:960px;
	height:70px;
	background-color:#FFF;
	-moz-box-shadow: 0px 3px 10px 0px #e5e5e5; /* Firefox3.6 */
	-webkit-box-shadow: 0px 3px 10px 0px #e5e5e5; /* Safari5 */
	box-shadow: 0px 3px 10px 0px #e5e5e5;
}
header #head  nav ,.nav{
	font-family: 'Raleway', sans-serif;
}
header #contenthead{
	width:960px;
	height:70px;
	margin:0 auto;
	position:relative;
}

header #contenthead ul{
	position:absolute;
	right:10px;
	bottom:-2px;
	font-family: 'Raleway', sans-serif;
}

/*--------------------
 content nav
--------------------*/
header #head2{
	width:960px;
	height:40px;
	margin:0 auto;
}
#head2 ul{
	/*margin:15px 10px 10px;*/
	width:400px;
	float:left;
	position: relative;
	bottom: -10px;
}
#head2 ul li {
	margin:2px 5px;
	padding:0;
	padding-top:2px;
	width:80px;
	height:18px;
	color:#FFF;
	background-color:#898989;
	text-align:center;
	-moz-transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}

#head2 ul li a:link {
	color:#FFF;
	text-decoration: none;
}

#head2 ul li a:visited {
	color:#FFF;
}
#head2 ul li a:hover {
	color:#FFF;
	}
#head2 ul li a:active {
	color:#FFF;
}
#head2 ul li:link {
	color:#FFF;
	background-color:#898989;
}
#head2 ul li:visited {
	color:#FFF;
	background-color:#111;
}
#head2 ul li:hover {
	color:#FFF;
	background-color:#111;
}
#head2 ul li:active {
	color:#FFF;
	background-color:#111;
}

#head2 #search{
	width:350px;
	float:right;
	position: relative;
	bottom: -12px;
}
#head2 #search input[type="text"]{
	width:250px;
	height:18px;
	border:solid 1px #898989;
	margin:0;
	padding:0;
	float:left;
}

#head2 #search .src_btn{
	width:92px;
	color:#FFF;
	background-color:#898989;
	border:solid 1px #898989;
	margin:0;
	padding:0;
	float:left;
}
#head2 #search .src_btn:hover{
	background-color:#222;
	border:solid 1px #222;
}


/*================================
コンテンツ
================================*/
#content{
	width: 960px;
	margin: 30px auto 10px;
}
/*================================
     フッター
================================*/
#footer{
	min-width:960px;
	z-index:200;
	text-align:center;
	clear:both;
	margin:5px auto;
	background-color:#FFF;
	-moz-box-shadow: 0px -3px 10px 0px #e5e5e5; /* Firefox3.6 */
	-webkit-box-shadow: 0px -3px 10px 0px #e5e5e5; /* Safari5 */
	box-shadow: 0px -3px 10px 0px #e5e5e5;
}
#footer ul{
	overflow:hidden;
	text-align:center;
	width:960px;
	margin:0 auto;
	padding-top:15px;
}
#footer ul li {
	color:#898989;
	font-size:14px;
	list-style:none;
	display:inline-block;
	float:none;
	font-weight:normal;
	border-right:1px solid #898989;
	margin:0;
	padding:0px 20px;
}
#footer ul li:last-child {
	border:none;
}

#footer p{
	margin:10px;
	padding-bottom:15px;
}
#footer a{
	font-size:0.7rem;
}


