/*-------------------------------------------
ブラウザリセット
-------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	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;
}


/****************************************************
　■全体共通設定
****************************************************/

body {
	color: #333333;
	background-color:#FEF5DF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 14px;
}

/* --- バック影 --- */
#shadow {
	width: 800px;
	margin: 0 auto;
	position: relative;
	background-image: url(../base/images/back_shadow.jpg);
}

/* --- コンテンツBOX --- */
#container {
	position: relative;
	width: 760px;
	margin: 0 auto;
}
#container-inner {
	position: static;
	width: auto;
	padding: 0;
}

.clearing {
	height: 0px;
	clear: both;
}


/* --- リンクテキスト共通設定 --- */
a {
	color: #333333;
	text-decoration: none;
}
a:hover{
	color: #3366CC;
	text-decoration: underline;
}


/* --- <p>段落　共通設定 --- */
/*
p {
		margin: 0 15px;
}
*/


/* --- 強調 --- */

em {
	color: #FF6699;
	font-weight: 700;
	font-style: normal;
}
strong {
	color: #3366CC;
	font-weight: 700;
}


/****************************************************
　■ヘッダー 
****************************************************/

/* --- 共通部分（ロゴ・テキストリンク） ---- */
#header {
	width: 760px;
	height: 70px;
	margin: 0;
	background-color: #ffffff;
	background-image: url(images/head_line.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#header-inner {
	padding: 0;
	position: static;
	width: auto;
}
.logo {
	margin: 18px 0 0 18px;
	width: 260px;
	float: left;
	display: inline;
}
.header-navi {
	float: right;
	margin: 18px 5px 0 0;
	font-size: 75%;
	text-align: right;
	display: inline;
}
.head_navi_link {
	margin-bottom: 10px;
}

/* --- ヘッダーメインイメージ --- */
#header-image {
	margin: 0;
	padding: 0;
	width: 760px;
	height: 180px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #FFFFCC;
}


/****************************************************
　■コンテンツ 
****************************************************/

/* --- コンテンツ Wrapper（ナビゲーション含む） --- */
#wrapper {
	width: 760px;
	margin: 15px 0 0 0;
}

#wrapper-inner {
	padding: 0;
	position: static;
	width: auto;
}


/* --- メインコンテンツ --- */
#contents {
	width: 560px;
	margin: 0 0 0 0;
	float: right;
	font-size: 85%;
	line-height: 1.4em;
}
#contents-innner {
	padding: 0;
	position: static;
	width: auto;
}


/* --- ページタイトル --- */
.page_title {
	height: 29px;
	width: 500px;
	background: url(images/page_title_back.jpg) no-repeat;
	padding-left: 40px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	padding-top: 11px;
	margin-bottom: 20px;
}

/* --- コンテンツ見出し --- */
.content_title {
	height: 15px;
	font-size: 15px;
	background: url(images/title_icon_red.gif) no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #666666;
}
.content_title_green {
	height: 15px;
	font-size: 15px;
	background: url(images/title_icon_green.gif) no-repeat;
	padding-left: 20px;
	margin-bottom: 15px;
}
.content_title_orange {
	height: 15px;
	font-size: 15px;
	background: url(images/title_icon_orange.gif) no-repeat;
	padding-left: 20px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #666666;
}

/* --- コンテンツ単位ユニット --- */
.content_unit {
	margin-bottom: 40px;
}

/* --- ページのトップへ --- */
.page_up {
	text-align: right;
}


/****************************************************
　■フッター 
****************************************************/

#footer {
	width: 760px;
	background-image: url(../base/images/footer_back.gif);
	margin: 0;
	clear: both;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color:#ffffff;
}
#footer-inner {
	padding:6px 0 5px 0;
	position: static;
	width: auto;
	text-align: center;
	font-size: 80%;
}

/****************************************************
　■フッター下テキストリンク
****************************************************/

#under-link {
	width: 760px;
	margin: 8px auto;
	padding: 0;
	position: relative;
}
#under-link p {
	font-size: 75%;
	text-align: center;
	margin: 0 0 50px 0 ;
}
