@charset "UTF-8";
/* CSS Document */

body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 9pt;
	line-height: 1.4;
	color: #707070;
	background-color: #f7f7f7;
	margin: 0px 15px 0px;
	text-align: center;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1.5em;
}
form {
	margin: 0px;
}
a {
	color: #1078d1;
	text-decoration: none;
}
a:hover {
	color: #e1318e;
	border: none;
}


/*コンテナー（HP全体を囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 985px;	/*HP全体の横幅*/
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}

#container2 {
	text-align: left;
	width: 650px;	/*HP全体の横幅*/
	margin-top: 0px;
	margin-left: 0px;
}


#header {
	height: 50;
	width: 985px;
	position: relative;
}

#header #tel {
	position: absolute;
	top: 0px;
	right: 0px;
}

#topimage {
	height: 190px;
	width: 980px;
	border:1px solid #cccccc; 
	box-shadow:3px 1px 8px #666666;
	 -moz-box-shadow:3px 1px 8px #666666; 
	 -webkit-box-shadow:3px 1px 8px #666666; 
	border-radius:5px;
	 -moz-border-radius:5px;  
 	 -webkit-border-radius:5px;  
	text-align: center;
	padding-bottom: 0.5em;
}

#slideshow { 
	position:relative; 
	height: 195px;
	width: 980px;
	border:1px solid #cccccc; 
	box-shadow:3px 1px 8px #666666;
	 -moz-box-shadow:3px 1px 8px #666666; 
	 -webkit-box-shadow:3px 1px 8px #666666; 
	border-radius:5px;
	 -moz-border-radius:5px;  
 	 -webkit-border-radius:5px;  
	text-align: center;
	padding-bottom: 0.5em;
}

#slideshow img {
	position:absolute; top:0; left:0; z-index:8;
}

#slideshow img.active { 
	z-index:10; 
}

#slideshow img.last-active { 
z-index:9; 
}

#topimage2 {
	height: 10px;
	clear: both;
}

#topimage3 {
	height: 150px;
	width: 980px;
	border:1px solid #cccccc; 
	box-shadow:3px 1px 8px #666666;
	 -moz-box-shadow:3px 1px 8px #666666; 
	 -webkit-box-shadow:3px 1px 8px #666666; 
	border-radius:5px;
	 -moz-border-radius:5px;  
 	 -webkit-border-radius:5px;  
	text-align: center;
	padding-bottom: 0.5em;
}

#topimage4 {
	height: 300px;
	width: 985px;
	border:1px solid #cccccc; 
	box-shadow:3px 1px 8px #666666;
	 -moz-box-shadow:3px 1px 8px #666666; 
	 -webkit-box-shadow:3px 1px 8px #666666; 
	border-radius:5px;
	 -moz-border-radius:5px;  
 	 -webkit-border-radius:5px;  
}

#cateimage {
	height: 150px;
	width: 985px;
	text-align: center;
	padding-bottom: 1em;
}

#main .entryBody #topicPath {
	text-decoration: none; 
	font-size: 85%;
	line-height: 1;
	color: #666666;
}

#main .entryBody #topicPath img {  
    margin:0 5px;  
}  

#bk1809 div.lhm { 
	padding-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px 
}

#footer {
	background-color: #FFFFFF;
	border:1px solid #cccccc; 
	border-radius:5px;
	 -moz-border-radius:5px;  
 	 -webkit-border-radius:5px;  
	text-align: right;
	clear: both;
	font-size: 95%;
	color: #707070;
	padding-right: 15px;
}

#footer2 {
	height: 10px;
	clear: both;
}


/*メインメニュー（上部に横並びの画像メニュー）
---------------------------------------------------------------------------*/
ul#menu img {
	vertical-align: bottom;
}
ul#menu li {
	float: left;
}



/*FLASH梱包ボックス
---------------------------------------------------------------------------*/
#fla {
	background-color: #ffffff;
	height: 400px;
}
#fla p {
	color: #FFFFFF;
	text-align: center;
}



/*コンテンツ（左右のブロックを囲むボックス）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
}

/*メインコンテンツ（左側ボックス・印刷用）
---------------------------------------------------------------------------*/
#mainprint {
	float: center;
	width: 620px;	/*ボックスの幅*/
	height: 100%;
	border:1px solid #cccccc; 
	box-shadow:3px 1px 8px #666666;
	 -moz-box-shadow:3px 1px 8px #666666; 
	 -webkit-box-shadow:3px 1px 8px #666666;
	border-radius:5px;
	 -moz-border-radius:5px;  
 	 -webkit-border-radius:5px;
	padding-top: 10px;
	padding-left: 15px;
	background-color: #FFFFFF;

}


/*メインコンテンツ（左側ボックス）
---------------------------------------------------------------------------*/
#main {
	float: left;	/*ボックスを左側に配置。*/
	width: 600px;	/*ボックスの幅*/
	height: 100%;
	border:1px solid #cccccc; 
	box-shadow:3px 1px 8px #666666;
	 -moz-box-shadow:3px 1px 8px #666666; 
	 -webkit-box-shadow:3px 1px 8px #666666;
	border-radius:5px;
	 -moz-border-radius:5px;  
 	 -webkit-border-radius:5px;
	padding-top: 10px;
	padding-left: 15px;
	background-color: #FFFFFF;
}

#side p {
	padding: 0.5em 3px 0.5em;
}

#main h2.h2bg {
	line-height: 1px;
	color: #FFFFFF;	/*h2タグの文字色*/
	font-size: 100%;

}
#side h3 {
	font-size: 100%;
	color: #cc3366;
	text-align: left;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}


/*メインコンテンツ2（左側ボックス）
---------------------------------------------------------------------------*/
#main-brand {
	float: left;
	width: 615px;
	border:1px solid #cccccc;
	box-shadow:3px 1px 8px #666666;
	-moz-box-shadow:3px 1px 8px #666666;
	-webkit-box-shadow:3px 1px 8px #666666;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	clear: both;
	background-image: url(images/photo/brand/Mt-bg56.jpg);
}

#main2 p {
	font-size: 80%;
	padding: 0.1em 1px 0.2em;
}
#main2 h2.h2bg {
	line-height: 1px;
	color: #FFFFFF;	/*h2タグの文字色*/
	font-size: 100%;

}
#side2 h3 {
	font-size: 100%;
	color: #cc3366;
	text-align: left;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}

/*メインコンテンツ　カテゴリー（左側ボックス）
---------------------------------------------------------------------------*/
#main-mr {
	float: left;
	width: 615px;
	border:1px solid #cccccc;
	box-shadow:3px 1px 8px #666666;
	-moz-box-shadow:3px 1px 8px #666666;
	-webkit-box-shadow:3px 1px 8px #666666;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	clear: both;
	background-image: url(images/photo/mr/bg-mr.jpg);
}

#main-fr {
	float: left;
	width: 615px;
	border:1px solid #cccccc;
	box-shadow:3px 1px 8px #666666;
	-moz-box-shadow:3px 1px 8px #666666;
	-webkit-box-shadow:3px 1px 8px #666666;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	clear: both;
	background-image: url(images/photo/fr/bg-fr.jpg);
}

#main-tr {
	float: left;
	width: 615px;
	border:1px solid #cccccc;
	box-shadow:3px 1px 8px #666666;
	-moz-box-shadow:3px 1px 8px #666666;
	-webkit-box-shadow:3px 1px 8px #666666;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	clear: both;
	background-image: url(images/photo/tr/bg-tr.jpg);
}

#main-sr {
	float: left;
	width: 615px;
	border:1px solid #cccccc;
	box-shadow:3px 1px 8px #666666;
	-moz-box-shadow:3px 1px 8px #666666;
	-webkit-box-shadow:3px 1px 8px #666666;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	clear: both;
	background-image: url(images/photo/sr/bg-sr.jpg);
}

#main-srnc {
	float: left;
	width: 615px;
	border:1px solid #cccccc;
	box-shadow:3px 1px 8px #666666;
	-moz-box-shadow:3px 1px 8px #666666;
	-webkit-box-shadow:3px 1px 8px #666666;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	clear: both;
	background-image: url(images/photo/sr/bg-srnc.jpg);
}

#main-srm {
	float: left;
	width: 615px;
	border:1px solid #cccccc;
	box-shadow:3px 1px 8px #666666;
	-moz-box-shadow:3px 1px 8px #666666;
	-webkit-box-shadow:3px 1px 8px #666666;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	clear: both;
	background-image: url(images/photo/sr/bg-srm.jpg);
}


/*メインコンテンツ3（テキスト）
---------------------------------------------------------------------------*/
#main3 {
	float: right;
	width: 550px;
	height: 700px;
	margin-top: 150px;
	margin-right: 30px;
	clear: both;
}

#main3 p {
	padding: 0.5em 2px 0.5em;
	font-size: 100%;
	color: #FFFFFF;
	text-align: right;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}

#side3 h3 {
	font-size: 110%;
	color: #FFFFFF;
	text-align: left;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}


/*メインコンテンツ 4（テキスト-mr）
---------------------------------------------------------------------------*/
#main4 {
	float: left;
	width: 550px;
	height: 800px;
	margin-top: 50px;
	margin-left: 20px;
	clear: both;
}

#main4 p {
	padding: 0.5em 2px 0.5em;
	font-size: 100%;
	text-align:left;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}

#main4 h2.h2bg {
	line-height: 1px;
	color: #cc3366;	/*h2タグの文字色*/
	font-size: 100%;
}

#side4 h3 {
	font-size: 140%;
	color: #cc3366;	/*h2タグの文字色*/
	line-height: 2px;
}

/*メインコンテンツ 5（テキスト-mr）
---------------------------------------------------------------------------*/
#main5 {
	float: left;
	width: 550px;
	height: 500px;
	margin-top: 50px;
	margin-left: 20px;
	clear: both;
}

#main5 p {
	padding: 0.5em 2px 0.5em;
	font-size: 100%;
	text-align:left;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}

#main5 h2.h2bg {
	line-height: 1px;
	color: #cc3366;	/*h2タグの文字色*/
	font-size: 100%;
}

#side5 h3 {
	font-size: 140%;
	color: #cc3366;	/*h2タグの文字色*/
	line-height: 2px;
}


/*メインコンテンツ6（テキスト-nc）
---------------------------------------------------------------------------*/
#main6 {
	float: right;
	width: 550px;
	height: 600px;
	color: #FFFFFF;
	margin-top: 25px;
	margin-right: 30px;
	clear: both;
}

#main6 p {
	padding: 0.5em 0.5px 0.5em;
	font-size: 95%;
	color: #FFFFFF;
	text-align: left;
}

#main6 h3 {
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	padding-top: 0.2em;
	padding-bottom: 0.7em;
}

/*メインコンテンツ 7（テキスト-srm-sp）
---------------------------------------------------------------------------*/
#main7 {
	float: left;
	width: 550px;
	margin-top: 300px;
	margin-left: 20px;
	clear: both;
}

#main7 p {
	padding: 0.2em 0.px 0.2em;
	font-size: 95%;
	text-align:left;
}

#main7 h2.h2bg {
	line-height: 1px;
	color: #cc3366;	/*h2タグの文字色*/
	font-size: 100%;
}

#main7 h3 {
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	padding-top: 0.2em;
	padding-bottom: 0.7em;
}

/*サイドコンテンツ（右側ボックス）
---------------------------------------------------------------------------*/
#side {
	float: right;
	width: 325px;
	height: 100%;
	margin-bottom: 13px;
	border:1px solid #cccccc; 
	box-shadow:3px 1px 8px #666666;
	-moz-box-shadow:3px 1px 8px #666666; 
	-webkit-box-shadow:3px 1px 8px #666666;  
	border-radius:5px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #FFFFFF;
}

#side p {
	padding: 0.5em 2px 0.5em;
}

#side .box {
	width: 325px;
	ine-height: 1.2;
	margin-top: 1px;
	margin-bottom: 1em;
}

#side .box2 {
	font-size: 100%;
	line-height: 1.2;
	width: 325px;
	margin-top: 1px;
}

#side h3 {
	font-size: 100%;
	color: #cc3366;
	text-align: left;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#side .sidemenu a {
	text-decoration: none;	/*サイドメニューのリンクの下線を削除*/
	width: 300px;
	display: block;
	font-size: 110%;
	background-color: #FFFFFF;
	margin-bottom: 1px;
	padding-top: 0.3em;
	padding-left: 2em;
	padding-bottom: 0.3em;
}

#side .sidemenu a:hover {
	background-color: #f3f3f3; 	/*カーソルオーバー時の背景色*/
}

#side .sidemenu a.current{
    background-color: #e6e6e6;
}


/*サイドコンテンツ2（右側ボックス・メニュー）
---------------------------------------------------------------------------*/
#side2 {
	float: right;
	width: 250px;
	height: 100%;
	border:1px solid #cccccc; 
	box-shadow:3px 1px 8px #666666;
	-moz-box-shadow:3px 1px 8px #666666; 
	-webkit-box-shadow:3px 1px 8px #666666;  
	border-radius:5px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #FFFFFF;
}
#side2 p {
	padding: 0.2em 1px 0.2em;
}
#side2 .box {
	width: 200px;
	margin-top: 1px;
	margin-bottom: 1em;
}
#side2 h3 {
	font-size: 100%;
	color: #cc3366;
	text-align: left;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

/*サイドコンテンツ3（右側ボックス・タブ）
---------------------------------------------------------------------------*/
ul.tabs li {
	width:75px;
	float: Left;
	margin-left: 5px;
	height:30px;
	overflow: hidden;
	/zoom:1;
}
ul.tabs li a:hover,
ul.tabs li a.current {
	font-weight: bold;
	color: #454545;
    background-color: #e6e6e6;
	width:75px;
}


/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	width: 650px;	
	height: 100%;
	overflow: auto;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}
#main dl.new dt {
	font-weight: bold;	/*日付の色を太字にする*/
}

#main dl.new dd {
	border-bottom: 0px solid #ffffff;	/*日付ごとの下線*/
}


/*テーブル
---------------------------------------------------------------------------*/
.ta1 {
	width: 590px;
	text-align: left;
	vertical-align: top;
	line-height: 1.5em;
	margin-top: 0.5px;
	margin-right: 0px;
	margin-left: 0px;
}
.ta1, .ta1 td, .ta1 th{
	border: none;
}
.ta1 td, .ta1 th{
	padding: 0.5px;
}
.ta1 th{
	background-color: #ffffff;
	width: 90px;
	text-align: left;
	vertical-align: top;
}
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #ffffff;
	color: #cc6633;
	padding: 0px;
}
.ta1 th.tamidashi2{
	width: auto;
	text-align: left;
	color: #999999;
	padding: 0px;
}

/*テーブル2
---------------------------------------------------------------------------*/
.ta2 {
	width: 580px;
	font-size: 80%;
	line-height: 1.3;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
.ta2, .ta2 td, .ta2 th{
	border: 3px;
}
.ta2 td, .ta2 th{
	padding: 3px;
}
.ta2 th{
	width: 90px;
	text-align: left;
	vertical-align: top;
}

/*テーブル3 Athlete
---------------------------------------------------------------------------*/
.ta3 {
	width: 565px;
	font-size: 85%;
	line-height: 1.1;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
.ta3, .ta3 td, .ta3 th{
	border: 0px;
}
.ta3 td, .ta3 th{
	padding: 1px;
	text-align: center;
}
.ta3 th{
	width: 90px;
	text-align: center;
	vertical-align: top;
}

/*テーブル4 Athlete-info
---------------------------------------------------------------------------*/
.ta4 {
	width: 565px;
	font-size: 90%;
	line-height: 1.1;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	align: left;
	vertical-align: top;
}
.ta4, .ta4 td, .ta3 th{
	border: 0px;

}
.ta4 td, .ta3 th{
	padding: 2px;
	align: left;
}
.ta4 th{
	width: 90px;
	text-align: left;
	vertical-align: top;
}


/*細々
---------------------------------------------------------------------------*/
.color1 {
	color: #e1318e;
}
.look {
	background-color: #d8f5e8;
}
.mb1em {
	margin-bottom: 1em;
}
