/****************************************************
　■全体共通設定
****************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	color: #333333;
	background-color:ffffff;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" ,sans-serif;
}

/* --- ヘッダー上部サイトメッセージ --- */
#site-message {
	width: 760px;
	margin: 0 auto;
}
#site-message h1 {
	font-size: 70%;
	font-weight: 400;
	color: #666;
	padding: 15px 0 0 5px;
}

/* --- バック影 --- */
#shadow {
	width: 800px;
	margin: 0 auto;
	position: relative;
	background-image: url(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;
}
.hide {
	text-indent: -9999px;
	height: 0;
	width: 0;
	font-size: 10%;
}

/* --- リンクテキスト共通設定 --- */
a {
	color: #333333;
	text-decoration: none;
}
a:hover{
	color: #3366CC;
	text-decoration: underline;
}

/* --- 見出し共通設定 --- */
/* 
h1 {
}
h2 {
	font-size: 18px;
	color: #555555;
	margin: 0 0 20px 0;
	padding: 10px 0 0 5px;
	border: 1px solid #CCCCCC;
	border-left: 10px solid #3366CC;
	height: 50px;
	background-color:#FFFFFF;	
}
h3 {
	margin: 20px 10px 10px;
	padding: 2px 0 1px 5px;
	border-left: 5px solid #3366CC;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 16px;
	color: #555555;
}
h4 {
	margin: 20px 10px 5px;
	padding: 2px 0 1px 5px;
	border-left: 5px solid #3366CC;
	font-size: 14px;
	color: #3366CC;
}

*/

/* --- <p>段落　共通設定 --- */
 p {
		margin: 0 15px;
}


/* --- 強調 --- */
em {
	color: #FF6699;
	font-weight: 700;
	font-style: normal;
}
strong {
	color: #3366CC;
	font-weight: 700;
}

/*********** 共通設定【部品】 ***********/

/* ページトップへもどる　 */
.page-top {
	margin: 20px 10px;
	padding: 5px;
	border-top: 1px dotted #ccc;
	text-align: right;
}





/****************************************************
　■ヘッダー 
****************************************************/

/* --- 共通部分（ロゴ・テキストリンク） ---- */
#header {
	width: 760px;
	height: 70px;
	margin: 0;
	background-image: url(images/common_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #eeeeee;
}
#header-inner {
	padding: 0;
	position: static;
	width: auto;
}

.logo {
	margin: 20px 0 0 10px;
	width: 260px;
	float: left;
}
.header-navi {
	float: right;
	margin: 15px 10px 0 0;
	font-size: 70%;
}

/* --- ヘッダーメインイメージ --- */
#header-image {
	margin: 0;
	padding: 0;
	width: 760px;
	height: 180px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #FFFFCC;
}

/****************************************************
　■ナビゲーション

　別ファイル
  style-navi1：background-color
　style-navi2：バック画像

****************************************************/


/****************************************************
　■コンテンツ 
****************************************************/

/* --- コンテンツ 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;
}

/****************************************************
　■フッター 
****************************************************/
#footer {
	width: 760px;
	background-image: url(images/footer_back.gif);
	margin: 0;
	clear: both;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color:#efefef;
}
#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: right;
	margin: 0 0 50px 0 ;
}

