@charset "shift_jis";

/*
 * CSS Category
 * 		■layout	：	枠組み用
 * 		■header	：　ヘッダー用
 *		■free		：	フリースペース用
 *		■main		：	メインコンテンツ用
 * 		■sidemenu	：	サイドメニュー用
 * 		■footer	：	フッター用
 * 
*/


/*
	layout, framework
------------------------------------------------------------ */

/*ベース*/

#base {
	max-width:804px;
	position: relative;
	background-color: #FFFFFF;
	margin-top: 0px;
	border: 2px solid #666666;
	text-align: left;
	margin: 0px auto;
	margin-top: 20px;
}

/*
	Header
------------------------------------------------------------ */


/* 枠 */
#header{
	width:100%;
	height:25%;
	position: relative;/**/
	padding-top:32.5%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/header.jpg);
	background-position:right top;
	-moz-background-size:cover;
	background-size:cover; 
	background-repeat: repeat-x;
	border-bottom-color: #DD7700;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}


/* 最上段h1タグの設定 */
h1 {
	background-color: #DD7700;
	text-align: left;
	font-size: 10px;
	color: #ffffff;
	height: 20px;
	padding: 3px 0px 0px 10px;
}

/* サイトマップ */
.sitemap{
	position: absolute;
	z-index: 2;
	top: 0px;
	right:10px;
	font-size: 10px;
	line-height: 15px;
	padding: 1px 0px 0px 0px;
	text-align: right;
	width: 100%;
}

.sitemap a{
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
}

.sitemap a:hover{
	color: #cc0000;
	text-decoration: underline;
}


/* サイトタイトル */
#header h2{
	font-size: 13px;
	font-weight: bold;
	line-height: 1.1;
	color: #000000;
	position: absolute;
	top: 20px;
	left: 10px;
	width: 60%;
	z-index: 100;
}
@media screen and (min-width: 600px) {
	#header h2{
		font-size: 16px;
		line-height: 1.4;
		top: 60px;
		left: 20px;
		width: 60%;
	}
}

/* サイトタイトル下の説明文 */
#header .desc{
	padding: 0px 0px 0px 50px;
	font-size: 100%;
	line-height: 160%;
	position: absolute;
	top: 80px;
	width: 60%;
	z-index: 100;
}
/*
#header .pic{
	height: 200px;
	position: absolute;
	top: 10%;
	right:5%;
	padding: 0px;
}
*/
#header .pic img{
	display:block;
	position:absolute;
	width: 25%;
	height:auto;
/*	float:right;
	right:10px;
	top:35px;*/
	top: 12%;
	right:2%;

}
/*
@media screen and (min-width: 600px) {
	#header{
		height: 250px;
	}
	#header h2{
		margin-top:80px;
		font-size: 24px;
		line-height: 28px;
	}
	#header .pic img{
		width: 200px;
		right:30px;
		top:30px;
	}
}
*/
/*
	nav（パンくず）
------------------------------------------------------------ */

/* パンくず全体枠 */
#nav{
	padding: 5px 0px 5px 0px;
}

/* パンくず各テキスト設定 */
#nav p{
	padding: 0px 0px 0px 25px;
}




/* コンテンツ全体枠 */
#container {
	width: 100%;
	margin: 0px 0px 0px 0px;
	overflow:hidden;/**/
}


/* コンテンツ見出し */
#container h3 {
	font-size: 17px;
	color: #666666;
	margin-bottom: 15px;
	margin-left:10px;
	font-weight: bold;
}




/* コンテンツフレーム設定 */
#contents .frame{				/* 枠のカラー設定などはこの項目を変更してください */
	margin: 0px 2% 0px 2%;
	padding: 5px 2% 5px 2%;
	background: #ffecf9;
	border: 1px #cc0099 solid;
}



#main{
	width: 95%;
	text-align: left;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}



/* 記事枠のスタイル */

.contents {
	border: 1px solid #d3d3d3;
	margin: 0px 2% 10px 2%;
	padding: 10px 3% 10px 3%;
	clear: both;
	text-align: left;
}

.contents-border {
	border: 1px solid #d3d3d3;
	margin: 0px 3% 20px 3%;
	padding: 25px 15px;
	clear: both;
	text-align: left;
}

.contents-border p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding:5px 10px;
	line-height:120%;
	font-size: 16px;
}

/*
	グローバルナビ
------------------------------------------------------------ */


/* メニュー全体枠 */


#menu{
	clear: both;
	float: left;
	display: inline;
	width: 95%;
	text-align: left;
	margin-top: 10px;
	margin-left: 2%;
	margin-right: 2%;
}

#menu dl {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 95%;
	display: block;
	float: left;
	list-style-type: disc;
	margin: 3px 0px 20px 0px;
	text-align: left;
}

#menu dt {
	font-weight: bold;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FFCF82;
	font-size: 110%;
	line-height: 200%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 0px auto;
	padding-left:10px;
}

#menu dd {
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 40px;
	width: 80%;
	list-style-type: disc;
	float: left;
}

#menu h3{
	color: #ff5f00;
	font-size: 18px;
	text-align: left;
	line-height: 120%;
	padding: 20px 5px 10px 5px;
	margin: 0px 20px;
	font-weight: bold;
	clear: both;
}


/* 各メニューリンク文字設定 */
#menu a{
	margin: 0px 0px 0px 0px;
	padding: 7px 0px;
	text-decoration: underline;
	color: #0000ff;
}


/* メニューマウスオーバー設定 */
#menu a:hover{
	color: #cc0000;
}

#menu .wrap{
	display: block;
	margin: 0px 20px 15px 20px;
	background: #ffffff;
}

#menu .wrap p{
	padding: 7px;
}


/*
	Footer
------------------------------------------------------------ */

#f_menu {
	width: 90%;
	margin: auto;
	clear: both;
	text-align: center;
	height: auto;
	border-top: 1px solid #d3d3d3;
	padding: 10px 0px 10px 0px;
}

#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	line-height: 15px;
}

#f_menu h3 {
	font-size: 12px;
	padding-top: 4px;
	text-align: center;
}


#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

#f_menu li a {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}


#f_menu p {
	margin-top: 20px;
	font-size: 12px;
	color: #666666;
}

#f_menu p a {
	text-decoration: none;
	color: #666666;
}


#f_menu #pr {
	font-size: 10px;
	color: #666666;
}

#f_menu #pr a {
	font-size: 10px;
	color: #666666;
}


/* コピーライト設定 */
#address {
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background-color: #DD7700;
	font-size: 10px;
	margin-right: 0px;
	margin-bottom:50px;
}

#address a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 9px;
}



/*
	Freespace
------------------------------------------------------------ */


/* フリースペース枠 */
#free{
	width: 90%;
	margin: 0px auto;
	text-align: center;
	padding: 5%;
}

#free2{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding: 5%;
	clear: both;
}




/*
	Category
------------------------------------------------------------ */

/* コンテンツリスト */

#main #contentslist  {
	margin: 0px 0px 30px 0px;
	padding: 20px 15px;
	border: 1px solid #d3d3d3;
}

#main #contentslist dl {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
	float: none;
	width: auto;
}

#main #contentslist dt {
	font-weight: bold;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FFCF82;
	font-size: 16px;
	line-height: 200%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 0px auto;
	padding-left:20px;
}

#main #contentslist dd {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: none;
	width: auto;
}

#main #contentslist a {
	margin-right: 5px;
	font-size:12px;
}

#main #contentslist dt a {
	margin-right: 0;
	font-size:13px;
	lign-height: 140%;
	font-weight: bold;
}


/* サイトマップページ用 
--------------------------------------*/

#sitemap {
	clear: both;
}

#sitemap dl {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 95%;
	display: block;
	float: left;
	list-style-type: disc;
	margin: 3px 0px 20px 0px;
	text-align: left;
}

#sitemap dt {
	font-weight: bold;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FFCF82;
	font-size: 16px;
	line-height: 200%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 0px auto;
	padding-left:20px;
}

#sitemap dd {
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 90%;
	list-style-type: disc;
	float: left;
}


/* リンクリスト */
#linkmenu{
	width: 95%;
	margin: 0px 15px 0px 0px;
	text-align: center;
	height: auto;
	padding: 10px 0px 10px 0px;
	border-top: 1px dashed;
}

#footer_bt {
	position: fixed;
	bottom: 0;
	text-align: center;
	z-index: 240;
	visibility: visible;
	margin:0 auto;
	-moz-opacity:0.9;
	opacity:0.9;
	filter: alpha(opacity=98);
}

#footer_bt p {
	width: 80%;
	margin:0 auto;
}

/* スマホフロートタグ */
@media screen and (max-width: 600px) {
	#footer_bt {
		position: fixed;
		bottom: 0;
		left: 0; /**/
		width:100%; /**/
		text-align: center;
		z-index: 240;
		visibility: visible;
		margin:0 auto;
		-moz-opacity:0.9;
		opacity:0.9;
		filter: alpha(opacity=98);
	}
	#footer_bt p {
		width: 80%;
		margin:0 auto;
		text-align: center;
	}
}
@media screen and (min-width: 601px) {
	#footer_bt {
		display:none;
}
