@charset "utf-8";

/*=====================================

	element - 基本要素定義 

=====================================*/

/*#####################################
	reset
#####################################*/

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;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
}

/*#####################################
	html
#####################################*/

html {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

/*#####################################
	body
#####################################*/

body {
	width: 100%;
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, Verdana, Arial, sans-serif;
	text-align: center;
	font-size: 12px;
	background-image: url(../img/_bg2/body.gif);
	background-position: center top;
	background-repeat: repeat;
}

/*#####################################
	block level
#####################################*/

/*-------------------------------------
	common
-------------------------------------*/

p,h1,h2,h3,h4,h5,h6,pre,table,blockquote,ol,ul,dl { /* メインブロック共通 */
	margin-bottom: 1.2em;
	line-height: 1.6;
	text-align: left;
}

/*-------------------------------------
	multiLine, singleLine
-------------------------------------*/

p,blockquote,ol,ul,dl { /* マルチライン共通 */
	line-height: 1.6;
}
h1,h2,h3,h4,h5,h6 { /* シングルライン共通 */
	line-height: 1.3;
	clear: both;
}

/*-------------------------------------
	blockquote
-------------------------------------*/

blockquote {
	background-color: #F0F0F0;
	padding: 1em;
}
blockquote p,
blockquote ol,
blockquote ul,
blockquote table {
	margin: 0 !important;
}

/*-------------------------------------
	heading
-------------------------------------*/

h1 {
	font-size: 160%;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 100%;
}

/*-------------------------------------
	hr
-------------------------------------*/

hr {
	margin: 0;
	height: 0;
	visibility: hidden;
	border: 0;
	clear: both;
}

/*-------------------------------------
	list
-------------------------------------*/

ol,ul {
	padding-left: 2em;
	list-style-position: outside;
}
ul ul,
ul ol,
ol ul,
ol ol {
	margin: 0.8em 0;
}
li li {
	font-size: inherit;
}

/*-------------------------------------
	table
-------------------------------------*/

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%; /* IE互換モード対応 */
	font: inherit; /* IE互換モード対応 */
}
th, td {
	vertical-align: top;
}

/*#####################################
	inline
#####################################*/

/*-------------------------------------
	anchor
-------------------------------------*/

a {
	color: #D94F98;
	text-decoration: underline;
}
a:visited {
	color: #D94F98;
}
a:hover {
	text-decoration: none;
}
a[name]:hover {
	text-decoration: none !important;
	outline: 0 !important;
}

/*-------------------------------------
	others
-------------------------------------*/

img,object,param {
	border: 0;
	vertical-align: bottom;
}
strong {
	font-weight: bold;
}




/*=====================================

	class - 基本クラス定義

=====================================*/

/*#####################################
	global
#####################################*/

/*-------------------------------------
	general
-------------------------------------*/

.clear {
	clear: both;
}

/*-------------------------------------
	insert
-------------------------------------*/

.insert_left {
	float: left;
	margin-right: 12px;
	margin-bottom: 0;
}
.insert_right {
	float: right;
	margin-left: 12px;
	margin-bottom: 0;
}

/*-------------------------------------
	text-align
-------------------------------------*/

.text_center {
	text-align: center;
}
.text_left {
	text-align: left;
}
.text_right {
	text-align: right;
}

/*-------------------------------------
	font-size
-------------------------------------*/

.font_10 {
	font-size: 10px;
}
.font_12 {
	font-size: 12px;
}
.font_14 {
	font-size: 14px;
}
.font_16 {
	font-size: 16px;
}
.font_24 {
	font-size: 24px;
}

/*-------------------------------------
	margin
-------------------------------------*/

.margin_0 {
	margin-bottom: 0;
}
.margin_8 {
	margin-bottom: 8px;
}
.margin_16 {
	margin-bottom: 16px;
}
.margin_24 {
	margin-bottom: 24px;
}

/*#####################################
	p
#####################################*/

p.topImage {
	text-align: center;
	margin: 0;
}
p.full {
	margin-left: -8px;
	margin-right: -8px;
}

/*#####################################
	div
#####################################*/
div.topAnnounce {
	margin:0 auto 5px;
	border-width:1px;
	border-style:solid;
	border-color:#ff0066;
	padding:5px 10px 0;
	width:762px;
	color:#ff0066;
	text-align:center;
}
div.topAnnounce p {
	margin:0;
	padding:0 0 5px;
	width:100%;
	text-align:center;
}
 div.topAnnounce a:link
,div.topAnnounce a:visited
,div.topAnnounce a:hover
,div.topAnnounce a:active {
	color:#ff0066;
}
 div.topAnnounce p.em a:link
,div.topAnnounce p.em a:visited
,div.topAnnounce p.em a:hover
,div.topAnnounce p.em a:active {
	color:#ff0066;
	font-weight:bold;
}

/*#####################################
	table
#####################################*/

table.information td {
	padding: 4px;
}
table.table1 {
	margin-left: auto;
	margin-right: auto;
}
table.table1 th,
table.table1 td {
	padding: 8px;
}
table.table1 th {
	color: #0599D9;
	text-align: right;
	font-weight: bold;
	line-height: 1.6;
	padding-right: 0;
}
table.table1 td ul {
	margin: 0;
}



table.event,
table.event2{
	margin-left: auto;
	margin-right: auto;
}
table.event th,
table.event td,
table.event2 th,
table.event2 td {
	border:#0599D9 solid 1px;
	padding: 8px;
}
table.event th {
	background-color:#C6E8F9;
	color: #0599D9;
	text-align: center;
	font-weight: bold;
}
table.event2 th {
	background-color:#E4F6FF;
	color: #0599D9;
	text-align: left;
	font-size: 140%;
	font-weight: bold;
}




table.link{
	margin-left: auto;
	margin-right: auto;
}
table.link th,
table.link td {
	border:#0599D9 solid 1px;
	padding: 1px;
	line-height:1.5em;
}
table.link th { border-right:0; }
table.link td { border-left:0; vertical-align:middle; }



table.diary {
	color: #03658F;
	width: 544px;
	margin-left: -6px;
	margin-right: -6px;
}
table.diary td {
}
table.diary td.frame1 {
	background-image: url(../img/_bg/diary_frame_middle.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
table.diary div.frame2 {
	background-image: url(../img/_bg/diary_frame_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
table.diary div.frame3 {
	background-image: url(../img/_bg/diary_frame_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 16px;
	height: 1%;
}
table.diaryHeader {
	width: 512px;
	color: #03658F;
}
table.diaryHeader th {
	width: 80px;
}
table.diaryHeader td {
	padding: 0 16px;
}
table.diaryHeader td h3 {
}
table.diaryHeader td h4 {
	margin-bottom: 0;
	font-size: 14px;
}
table.diaryBalloon {
	font-size: 10px;
	color: #666666;
	width: 512px;
}
table.diaryBalloon th {
	padding-bottom: 2px;
}
table.diaryBalloon td.frame1 {
	width: 432px;
	background-image: url(../img/_bg/diary_balloon_middle.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
table.diaryBalloon div.frame2 {
	background-image: url(../img/_bg/diary_balloon_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
table.diaryBalloon div.frame3 {
	background-image: url(../img/_bg/diary_balloon_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 16px 32px 18px 16px;
	min-height: 64px;
	height: 1% !important;
	height: 98px; /* IE6.0対応ハック  */
}

/*#####################################
	ul
#####################################*/

ul.menuList {
	padding-left: 0;
	list-style-type: none!important;
}
ul.menuList li,
ul.menuList li a,
ul.menuList li a span {
	height: 1%;
	background-repeat: no-repeat;
}
ul.menuList li a {
	display: block;
	text-decoration: none;
}
.box_description2 caption {
	color: #0099FF;
	font-weight:bold;
}



@charset "utf-8";

/*=====================================

	context - 個別定義

=====================================*/

/*#####################################
	container
#####################################*/

div#container {
	width: 808px;
	margin: 0 auto;
	background-image: url(../img/_bg2/container.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

/*#####################################
	header
#####################################*/

div#header {
	position: relative;
}
body.top div#header {
}
div#header h1 {
	margin: 0;
	position: relative;
	height: 96px;
}
div#header h1 a {
	display: block;
	position: absolute;
	width: 271px;
	height: 40px;
	left: 30px;
	top: 29px;
}
div#header div.history {
	left: 343px;
	top: 7px;
	padding:10px 12px 10px 72px;
	width: 370px;
	height: 60px;
	position: absolute;
	background-image: url(../img/_bg2/history.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
div#header div.history div.historyChild {
	overflow:auto;
	width: 370px;
	height: 60px;
}
div#header div.history table {
	margin: 0;
}
div#header div.history table th,
div#header div.history table td {
	padding: 0;
	line-height: 1.5;
}
div#header div.history table td {
	padding-left: 8px;
}
div#header div.history table ul {
	padding: 0;
	list-style-type: none;
}
div#header div.history table ul li {
	line-height: 1.5;
	background-image: url(../img/_bg/contents_list.gif);
	background-position: 0 6px;
	background-repeat: no-repeat;
	padding-left: 12px;
}

/*#####################################
	infobox
#####################################*/

div#infobox{
	margin-right:20px;
	display: block;
	width: 300px;
	float:right;
	text-align:right;
}
div#infobox strong{
	font-weight:bold;
}
div#infobox ul {
	border-top:#0599D9 dotted 1px;
	list-style-type: none;
	padding: 0;
}

/*#####################################
	main
#####################################*/

div#main {
	background-image: url(../img/_bg2/supplement_middle.gif);
	background-position: left top;
	background-repeat: repeat-y;
	margin: 0 5px;
}
div#mainChild1 {
	background-image: url(../img/_bg2/supplement_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 100%;
}
div#mainChild2 {
	background-image: url(../img/_bg2/supplement_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 14px 0 0 14px;
}

/*#####################################
	contents
#####################################*/

div#contents {
	width: 564px;
	float: right;
	overflow: hidden;
}
div#contentsChild {
	padding: 0 16px 16px 8px;
}
div#contents h2 {
	margin-left: -8px;
	margin-right: -8px;
}
div#contents h3 {
	margin-left: -8px;
	margin-right: -8px;
	color: #0599D9;
	font-weight: bold;
	background-image: url(../img/_bg/h3.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 6px;
}
div#contents dt {
	color: #0599D9;
	font-weight: bold;
	margin-bottom: 0.2em;
}
div#contents dd {
	margin-left: 0.5em;
}

div#contents ul {
	padding: 0;
	list-style-type: none;
}
div#contents ul li {
	background-image: url(../img/_bg/contents_list.gif);
	background-position: 0 6px;
	background-repeat: no-repeat;
	padding-left: 12px;
}

/*#####################################
	supplement
#####################################*/

div#supplement {
	width: 200px;
	float: left;
	overflow: hidden;
}
div#supplement ul.menuList {
	margin-bottom: 12px;
}
div#supplement ul.menuList li {
	margin-bottom: 2px;
}
div#supplement ul.menuList li a {
	display: block;
	width: 200px;
	height: 32px;
	text-indent: -9999px;
	overflow: hidden;
	background-position: left top;
}
div#supplement ul.menuList li.top a {		background-image: url(../img/menu/menu_top.jpg);}
div#supplement ul.menuList li.product a {	background-image: url(../img/menu/menu_product.jpg);}
div#supplement ul.menuList li.event a {		background-image: url(../img/menu/menu_event.jpg);}
div#supplement ul.menuList li.diary a {		background-image: url(../img/menu/menu_diary.jpg);}
div#supplement ul.menuList li.link a {		background-image: url(../img/menu/menu_link.jpg);}

div#supplement ul.menuList li a:hover {
	background-position: right top;
}
div#supplement ul.menuList li.active a {
	background-position: right top!important;
}
div#supplement ul.menuListSub {
	list-style-type: none;
	margin: 0 0 12px;
	padding: 0 8px;
}
div#supplement ul.menuListSub li a {
	color: #D94F98;
	font-size: 10px;
	background-image: url(../img/_bg/submenu.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}
div#supplement ul.bannerList {
	list-style-type: none;
	padding: 0;
	margin: 0 0 12px;
}


/*#####################################
	footer
#####################################*/

div#footer {
	clear: both;
	padding: 8px 0 96px;
}
div#footer p.navi {
	padding: 0 16px;
}
div#footer p.pagetop {
	text-align: right;
	padding: 0 10px;
	float: right;
}
div#footer p.copyright {
	padding: 0 16px;
	line-height: 1.75;
	text-align: left;
	font-size: 10px;
}
div#footer p.copyright a.powered {
	font-size: 8px;
	text-decoration: none;
	color: #999;
}




/*=====================================

	module - モジュール定義

=====================================*/

/*#####################################
	btnMenu
#####################################*/

ul.menuList.btn {
	width: 100%;
}

/*-------------------------------------
	default
-------------------------------------*/

ul.menuList.btn li {
	float: left;
	margin: 0 2px 2px 0;
}
ul.menuList.btn li a {
	display: block;
	float: left;
	background-image: url(../img/_bg/tab_left.gif);
	background-position: left top;
}
ul.menuList.btn li a span {
	color: #666666;
	display: block;
	height: 24px;
	line-height: 24px;
	padding: 0 8px;
	white-space: nowrap;
	float: left;
	background-image: url(../img/_bg/tab_right.gif);
	background-position: right top;
}

/*-------------------------------------
	hover
-------------------------------------*/

ul.menuList.btn li a:hover {
	background-position: left center;
}
ul.menuList.btn li a:hover span {
	cursor: pointer;
	color: #FFFFFF;
	background-position: right center;
}

/*-------------------------------------
	active
-------------------------------------*/

ul.menuList.btn li.active a {
	background-position: left bottom !important;
}
ul.menuList.btn li.active a span {
	color: #FFFFFF;
	background-position: right bottom !important;
}

/*#####################################
	textReplacedLink
#####################################*/

a.textReplacedLink {
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	width: 200px;
	height: 40px;
	left: 32px;
	top: 32px;
}

/*#####################################
	stripedTable
#####################################*/

table.striped1 th,
table.striped1 td {
	border: #CCCCCC 1px solid;
	padding: 2px 6px;
}
table.striped1 th {
	background-color: #F0F0F0;
}
table.striped1 td {
	background-color: #FFFFFF;
}
table.striped1 tr.odd th {
	background-color: #E9E9E9;
}
table.striped1 tr.odd td {
	background-color: #F9F9F9;
}
/*
table.striped1 tr:hover th {
	background-color: #E0E0E0;
}
table.striped1 tr:hover td {
	background-color: #F0F0F0;
}
*/

/*#####################################
	iconList
#####################################*/

ul.icon1 li {
	padding-left: 24px;
	background-image: url(../img/_bg/icon_feed.gif);
	background-position: left top;
}
ul.icon1 li.link {
	padding-left: 0;
}
ul.icon1 li.link a {
	padding-left: 24px;
}

/*#####################################
	clearfix
#####################################*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* exclude MacIE5 \*/
* html .clearfix { height: 1%; }
.clearfix { display:block; }
/* end MacIE5 */

/*#####################################
	additional element
#####################################*/

/*-------------------------------------
	form
-------------------------------------*/

fieldset {
　border: 1px solid #DDDDDD;
}
legend {
　margin: 0 1em;
　padding: 0 10px;
}
input,
textarea {
　padding: 0.1em 10px;
　border: 1px solid #DDDDDD;
　background-color: #F5F5F5;
}
input {
	line-height:100%;
}
input:hover,
textarea:hover {
　border: 1px solid #AAAAAA;
}
input:focus,
textarea:focus {
　border: 1px solid #000000;
}
textarea {
　padding: 0.4em 8px;
}



