@CHARSET "UTF-8";

/* 共通設定 */
*							{
	margin: 0px;
	font-size: 16px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}

/* body */
body						{
	margin: 0px;
	padding: 0px;
}

/* ページ外枠 */
div#outer					{
	width: 1200px;
	min-height: 970px;
	margin: 0px auto;
}

/* ヘッダ外枠 */
div#header					{
	position: relative;
	width: 100%;
	height: 160px;
	border-bottom: 1px lightgray solid;
	background-image: url("../img/header_bg.png");
}

/* ヘッダ上段 テキストリンク*/
div#header_top				{
	position: relative;
	width: 100%;
	height: 80px;
	background-image: url("../img/base/header_logo.png");
	background-repeat: no-repeat;

}

div#header_links			{
	position: relative;
	float: right;
	margin-top: 50px;
	margin-right: 195px;
	font-size: 14px;
}

a					{
	text-decoration: none;
}

/* ヘッダ下段 グローバルナビゲーション */
div#header_bottom			{
	position: relative;
	width: 820px;
	margin-left: 280px;
	height: 80px;
}

#menu						{
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}

#menu li					{
	width: 115px;
	float: left;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#menu li a					{
	width: auto;
	height: 80px;
	padding-top: 0px;
	color: black;
	display: block;
	text-indent: -9999px;
	background-image: url("../img/header_menu.png");
}

#menu li a:HOVER			{
	transition: background 0.5s ease-in-out 0.2s;
}

#list1 a				{background-position:    0px   0px;	}
#list1 a:HOVER			{background-position:    0px 100px;	}
#list2 a				{background-position: -115px   0px;	}
#list2 a:HOVER			{background-position: -115px 100px;	}
#list3 a				{background-position: -230px   0px;	}
#list3 a:HOVER			{background-position: -230px 100px;	}
#list4 a				{background-position: -345px   0px;	}
#list4 a:HOVER			{background-position: -345px 100px;	}
#list5 a				{background-position: -460px   0px;	}
#list5 a:HOVER			{background-position: -460px 100px;	}
#list6 a				{background-position: -575px   0px;	}
#list6 a:HOVER			{background-position: -575px 100px;	}
#list7 a				{background-position: -690px   0px;	}
#list7 a:HOVER			{background-position: -690px 100px;	}

/* コンテンツエリア */
div#contents				{
	position: relative;
	width: 1000px;
	margin: 0px auto;
	min-height: 741px;
}
/* カルーセルエリア共通 */
div#middle				{
	width: 100%;
	height: 130px;
	margin-top: 20px;
	position: relative;
}


/* フッタ */
div#footer					{
	position: relative;
	width: 100%;
	height: 150px;
	margin-top: 5px;
	padding-top: 5px;
	background-color: #003471;
	background-image: url("../img/footer_bg.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #FFFFFF;
	font-size: 12px;

}

div#footer a				{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
}

.footer_category			{
	position: relative;
	float: left;
	height: 100px;
	margin-left: 50px;
}

.footer_icon				{
	font-size: 14px;
	font-weight: lighter;
	color: #FF0000;
}

.sub_link					{
	display: block;
	margin-left: 20px;
	padding: 3px;
}

.sub_link:HOVER				{
	background-color: rgba(255,255,255,0.2);
}

div#copyright				{
	font-size: 12px;
	text-align: right;
	width: 300px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding-bottom: 10px;
	clear: both;
}

/* carousel */
#wrapper				{
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 10px;
	width: 980px;
	height: 107px;
	padding: 10px;
	position: absolute;
}

.caroufredsel_wrapper 	{
	border-radius: 10px;
}

#carousel a				{
	width: 310px;
	height: 107px;
	margin: 0 8px;
	float: left;
}

#prev, #next			{
	background: transparent url( ../img/carousel_control.png ) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	width: 15px;
	height: 21px;
	position: absolute;
	top: 55px;
}

#prev					{
	background-position: 0 0;
	left: 30px;
}
#prev:hover				{
	left: 29px;
}
#next					{
	background-position: -18px 0;
	right: 30px;
}
#next:hover				{
	right: 29px;
}

/*floatの解除*/
.clearfix:after			{
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}

.clearfix				{
	min-height: 1px; /*IE6、7対策*/
}

* html .clearfix 		{
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}

.clear					{
	clear: both;
}

.center					{
	width: 100%;
	text-align: center;
}

#to_top				{
	position: fixed;
	bottom: -100px;
	right: 20px;
}

.link01				{
	position: relative;
	margin-left: 600px;
	margin-bottom: 40px;
	height: 60px;
	width: 300px;

}

.link01 a				{
	display: block;
	text-decoration: none;
	height: 100%;
	width: 100%;
	font-size: 26px;
	font-weight bolder;
	color: #ffffff;
	padding: 20px 0px 0px 30px;
	background-color: #00dbf2;
}

#contents p a{
    color:#F7B797;
    text-decoration: none;
    text-shadow: 0px 1px 1px #ffffff;
}

#contents p a:hover{
    color:#D25C3E;
}
