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


/* リセットCSS ヘッダー サイドバー フッター 主要クラスが入ってます */


/* リセットCSSスタート */
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */
html {
	color: #000;
	background: #FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,button,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	border: 1px none #000000;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
	*font-size: 100%;
}
/* リセットCSSここまで */

/* 外部java */

/* TOPへjava */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}

/* 上部固定ナビ */
.nav {
	margin: 0 auto 60px;
	width: 1000px;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index:100;
}
/* 外部java　ここまで */

body {
	font-family:"メイリオ", Meiryo, arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size:14px;
	color:#333;
	margin:0px;
	line-height:24px;
}
#topline {
	background-color:#004a90;
	margin: 0 auto;
	height:5px;
}

/* 主要クラス */

.clear{clear:both;}

.m_b_10 { margin-bottom:10px; }
.m_b_20 { margin-bottom:20px; }
.m_b_30 { margin-bottom:30px; }
.m_b_40 { margin-bottom:40px; }
.m_b_50 { margin-bottom:50px; }

.m_r_10 { margin-right:10px; }
.m_r_20 { margin-right:20px; }
.m_r_30 { margin-right:30px; }
.m_r_32 { margin-right:35px; }
.m_r_40 { margin-right:40px; }
.m_r_50 { margin-right:50px; }
.m_r_80 { margin-right:80px; }

.float_L {
	float:left;
}
.float_R {
	float:right;
}
.title {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A9C119;
	padding-left: 15px;
	padding-bottom: 7px;
	margin-bottom: 30px;
	background-image: url(../img/all/title-bg.png);
}
.title_2 {
	margin-top: 15px;
	padding-left: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #869A14;
	margin-bottom: 20px;
}


#header {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#headernavi {
	float: right;
	margin-bottom: 5px;
	font-size:11px;
	font-weight:bold;
}
#headernavi a:link {color: #8b7053;text-decoration: none;}
#headernavi a:visited {text-decoration: none;color: #8b7053;}
#headernavi a:hover {text-decoration: none;color: #b19475;}
#headernavi a:active {text-decoration: none;color: #b19475;}


#logo {
	float: left;
}
#add {
	float: right;
}
#headerimg {
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
}
#navi_bg {
	width: 100%;
	height:45px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 10px;
}
#navi {
	margin: 0 auto;
	padding:1px;
	width:1000px;
	height:34px;
	border-right:#CCC 1px solid;
}
#navi ul li{
	float:left;
	list-style:none;
	padding-left:55px;
	padding-right:55px;
	border-left:#CCC 1px solid;
}


/* メイン */

#wrapper {
	width: 1000px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container{
	float:right;
	width:666px;
	margin:10px 0 90px;
}

/* サイドバー左 */

#sidebarL{
	float:left;
	width:293px;
	margin:10px 0 30px;
}
#bnr_1 {
	margin-bottom: 25px;
}
#crm_navi {
	margin-bottom: 25px;
}
#crm_navi ul li {
	margin-bottom: 15px;
}
#bnr_2 {
	margin-bottom: 25px;
}
#bnr_3 {
	background-image:url(../img/all/crm/info.png);
	height:165px;
	padding-top: 380px;
}
#infotxt {
	margin-left: 35px;
	margin-right: 35px;
}
.info1 {
	margin-bottom: 25px;
}
.info2 {
	margin-bottom: 30px;
}
.infoR {}
.infoL {
	float:left;
	color: #5fa1a9;
	font-weight: bold;
	margin-right:20px;
}
.infoL_1 {
	float:left;
	color: #5fa1a9;
	font-weight: bold;
	margin-top: 9px;
	margin-right:20px;
}
.tble_h {background-color:#9d8b75; color:#FFF;}
.tble_l {background-color:#f0ebdd;}


/* フッター */
#footop {
	margin: 0 auto;
	width: 1000px;
	text-align: right;
}
#foot {
	margin: 0 auto;
	height: 210px;
}
#footerin {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footerin a:link {color: #666;text-decoration: none;}
#footerin a:visited {text-decoration: none;color: #666;}
#footerin a:hover {text-decoration: none;color: #ccc;}
#footerin a:active {text-decoration: none;color: #ccc;}

#box {
	float: left;
	line-height: 24px;
	width: 168px;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 30px;
}
#box_1 {
	float: left;
	line-height: 30px;
	width: 200px;
	margin-left: 60px;
	margin-top: 20px;
}

#f-info {
	margin: 0 auto;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #bbbbbb;
	padding-top: 10px;
}

#copy {
	margin: 0 auto;
	height: 30px;
	padding-top: 10px;
	background-color: #000;
	color: #FFF;
}
#sideber {
	float: right;
}
.bbox {
	border: 1px solid #999;
}
