/****************************************************
　■新着情報設定
****************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	color: #333333;
	background-color:ffffff;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" ,sans-serif;
}

/* --- バック影 --- */
#shadow {
	width: 880px;
	margin: 0 auto;
	position: relative;
	background-image: url(images/back_shadow.jpg);
}

/* --- コンテンツBOX --- */
#container {
	position: relative;
	width: 840px;
	margin: 0 auto;
}
#container-inner {
	position: static;
	width: auto;
	padding: 0;
}

.clearing {
	height: 0px;
	clear: both;
}

.hide {
	font-size: 1px;
	text-indent: -999px;
	height: 0;
	width: 0;
}

/* --- リンクテキスト共通設定 --- */
a {
	color: #333333;
	text-decoration: none;
}
a:hover{
	color: #3366CC;
	text-decoration: underline;
}

/* --- 見出し共通設定 --- */

h1 {
}
h2 {
}
h3 {
}
h4 {
}


/* --- <p>段落　共通設定 --- */
 p {
}

img {
	border: none;
}


/* --- 強調 --- */
em {
	color: #FF6699;
	font-weight: 700;
	font-style: normal;
}
strong {
	color: #3366CC;
	font-weight: 700;
}

/* --- 文字サイズ調整 --- */

span.small-80 {
	font-size: 80%;
	font-weight: 400;
}

span.small-60 {
	font-size: 60%;
	font-weight: 400;
}


/****************************************************
　■ヘッダー 
****************************************************/

/* --- 共通部分（ロゴ・テキストリンク） ---- */
#header {
	width: 840px;
	height: 60px;
	margin: 0;
	background-image: url(images/common_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #eeeeee;
}
#header-inner {
	padding: 0;
	position: static;
	width: auto;
}

.logo {
	margin: 28px 0 0 5px;
	width: 260px;
	float: left;
}
.header-navi {
	float: right;
	margin: 15px 10px 0 0;
	font-size: 70%;
}

/* --- ヘッダーメインイメージ --- */
#header-image {
	margin: 0;
	padding: 0;
	width: 840px;
	height: 150px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #FFFFCC;
}

/****************************************************
　■メインナビゲーション

　別ファイル
　style-navi：バック画像

****************************************************/


/****************************************************
　■サイドナビゲーション
****************************************************/

#side-navi h2 {
	margin: 0 ;
	padding: 0;
	width: 190px;
	height: 60px;
	background-color: #FFFFCC;
}

#side-navi h2 {
	background-image: url(images/news_h2_back.gif);
	background-repeat: no-repeat;
	border-bottom: 1px dotted #CCCCCC;
}

#side-navi h2.blog {
	background-image: url(images/news_h2_back.gif);
	background-repeat: no-repeat;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 1px;
	text-indent: -999px;
	height: 0;
	width: 0;
}


#side-navi {
	width: 190px;
	margin: 0;
	float: left;
}
#side-navi-innner {
	padding: 0;
}

#side-navi dl{
	margin: 15px 0 20px 0;
	padding: 0;
}
#side-navi dt{
	margin: 0 0 10px 0;
	padding: 10px 0 4px 15px;
	font-size: 14px;
	font-weight: 700;
	color: #555;
	background-image: url(images/news_side_title_back.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #CCCCCC;
}
#side-navi dd{
	margin: 0 5px 3px 5px;
	padding: 0 0 5px 12px;
	font-size: 12px;
	line-height: 1.3em;
	background-image: url(images/top_mark_orange.gif);
	background-repeat: no-repeat;
}


#side-navi ul {
	margin: 0 0 30px 0;
	font-size: 13px;
}
#side-navi li {
	list-style: none;
	border-bottom: 1px dotted #CCCCCC;
}

#side-navi li a {
	display: block;
	width: 160px;
	height: 27px;
	background-color: #fff;
	padding: 13px 0 0 30px;
	background-image: url(images/side_navi_back.gif);
	background-position: left top;
}
#side-navi li a:hover {
	display: block;
	width: 160px;
	height: 27px;
	text-decoration: none;
	background-color: #efefff;
	background-image: url(images/side_navi_back.gif);
	background-position: left bottom;
}



/****************************************************
　■コンテンツ 
****************************************************/

/* --- コンテンツ Wrapper（サイドナビゲーション含む） --- */
#wrapper {
	width: 840px;
	margin: 15px 0 0 0;
	background-image:url(images/back_dot_line.gif);
	float: left;
}

#wrapper-inner {
	padding: 0;
	position: static;
	width: auto;
}


/* --- メインコンテンツ --- */
#content {
	width: 600px;
	margin: 0 20px 0 0;
	float: right;
	font-size: 80%;
	line-height: 1.5em;
}
#content-innner {
	padding: 0;
	position: static;
	width: auto;
}

/* h3見出し */
#content h3 {
	margin: 0 0 20px 0;
	padding: 22px 0 22px 20px;
	background-image: url(images/h3_title_back.gif);
	background-repeat: no-repeat;
	font-size: 20px;
	color: #666;
}
/* h4見出し */
#content h4 {
 margin: 20px 10px 15px 10px;
	padding: 2px 0 3px 25px;
	background-image: url(images/h4_title_back.gif);
	color: #669966;
	font-size: 16px;
	border-bottom: 1px dotted #99CC33;
	border-left: 1px dotted #99CC33;
}
/* h5見出し */
#content h5 {
 margin: 20px 20px 5px 20px;
	padding: 2px 0 2px 5px;
	border-bottom: 1px dotted #669966;
	border-left: 5px solid #669966;
	color: #669966;
	font-size: 14px;
}
#content h6 {
 margin: 15px 20px 5px 20px;
	padding: 2px 0 0 0;
	color: #669966;
	font-size: 100%;
}


/* --- ページスイッチの指定（NP_ShowBlogs） --- */
.pageswitch {
	margin: 0 5px 0 10px;
	font-size: 80%;
	text-align: right;
}

/* --- index ニュース/ブログ一覧 --- */

#content .news-list {
	display: block;
	overflow: auto;
	width: 560px;
	height: 300px;
	margin: 15px 0 40px 20px;
	padding: 0 10px 0 0;
}

#content .news-list p {
	margin: 0;
	padding: 7px 0 5px 15px;
	font-size: 100%;
	background-image: url(images/allow_orange.gif);
	background-repeat: no-repeat;
	background-position: left ;
	border-bottom: 1px dotted #ccc;
}
#content .news-list2 {
	display: block;
	overflow: auto;
	width: 560px;
	height: 200px;
	margin: 15px 0 40px 20px;
	padding: 0 10px 0 0;
}
#content .news-list2 p {
	margin: 0;
	padding: 7px 0 5px 15px;
	font-size: 100%;
	background-image: url(images/allow_orange.gif);
	background-repeat: no-repeat;
	background-position: left ;
	border-bottom: 1px dotted #ccc;
}



span.green {
	color: #669933;
}
span.pink {
	color: #FF99CC;
}
span.blue {
	color: #6699FF;
}

/* --- ニュースブロックの指定 --- */

.news-item {
	margin: 0;
	padding: 0;
}
.news-body {
	margin: 0 10px;
	padding: 10px 10px 10px 15px;
	border: 1px solid #ddd;
	border-left: 5px solid #E0F4BD;
}
.news-item .news-body-more {
	margin: 15px 0 0 0;
	padding: 0;
}

.news-item p.news-info {
	margin: 0 10px 30px 0;
	padding: 5px 0;
	font-size: 12px;
	color: #666666;
	text-align: right;
}

#news_item_switch {
	font-size: 90%;
	margin: 0 20px;
	padding: 0;
	text-align: right;
}

/* --- ブログの指定 --- */
p.morelink {
	margin: 10px 0;
	padding: 0;
	text-align: right;
}




/****************************************************
　■フッター 
****************************************************/
#footer {
	width: 840px;
	background-image: url(images/footer_back.gif);
	margin: 0;
	clear: both;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#footer-inner {
	padding:6px 0 4px 0;
	position: static;
	width: auto;
	text-align: center;
	font-size: 70%;
}

/****************************************************
　■フッター下テキストリンク 
****************************************************/
#under-link {
	width: 840px;
	margin: 8px auto;
	padding: 0;
	position: relative;
}
#under-link p {
	font-size: 70%;
	text-align: center;
	margin: 0 0 50px 0 ;
}

/* --- 左寄せ設定 --- */
#content .leftbox {
	float: left;
	margin: 10px 15px 0 0;
}

