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

1./**2. * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)3. * http://cssreset.com4. */5.html, body, div, span, applet, object, iframe,6.h1, h2, h3, h4, h5, h6, p, blockquote, pre,7.a, abbr, acronym, address, big, cite, code,8.del, dfn, em, img, ins, kbd, q, s, samp,9.small, strike, strong, sub, sup, tt, var,10.b, u, i, center,11.dl, dt, dd, ol, ul, li,12.fieldset, form, label, legend,13.table, caption, tbody, tfoot, thead, tr, th, td,14.article, aside, canvas, details, embed, 15.figure, figcaption, footer, header, hgroup, 16.menu, nav, output, ruby, section, summary,17.time, mark, audio, video {18. 19.	margin: 0;20.	padding: 0;21.	border: 0;22.	font-size: 100%;23.	font: inherit;24.	vertical-align: baseline;25.}26./* HTML5 display-role reset for older browsers */27.article, aside, details, figcaption, figure, 28.footer, header, hgroup, menu, nav, section {29.	display: block;30.}31.body {32.	line-height: 1;33.}34.ol, ul {35.	list-style: none;36.}37.blockquote, q {38.	quotes: none;39.}40.blockquote:before, blockquote:after,41.q:before, q:after {42.	content: '';43.	content: none;44.}45.table {46.	border-collapse: collapse;47.	border-spacing: 0;48.}

body {
	color: #000000;
	font-family: "メイリオ", "Times New Roman", sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
}

a:link {
	color: #3333FF;
}

a:visited {
	color: #ff0000;
}

a:hover {
	color: #F60;
	cursor: pointer;
}

p {
	margin: 0;
}

strong {
	font-weight: bold;
}

/*ラッパー部分*/
#wrapper {
	width: 100%;
	background-color: #FFF;
}

/*サイト一番上の棒*/
#bar {
	width: 100%;
	height: 3px;
	background-color: #FC0;
	background-image:url("/img/bg.png");
	margin: 0 auto;
}

/*ヘッダー部分*/
#header {
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
	background-color: #000;
}
	
#header a {
	text-decoration: underline;
}

#header a:link {
	color: #FFFFFF;
}

#header a:hover {
	color: #F60;
}

#header a:visited {
	color: #FC3;
}

#topimg {
	width: 900px;
	margin: 0px auto;
	overflow: hidden;
}

/*ヘッダー横ブランド紹介部分*/
#mainword {
	width: 700px;
	float: left;
	margin-left: 25px;
	padding-top: 10px;
}

#mainword h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	line-height: 1.4;
	color: #CCC;
}

#mainword h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 9px;
	text-align: left;
	line-height: 1.4;
	color: #CCC;
}

/*グローバルナビ部分*/
#globalnav {
	width: 100%;
	padding: 5px 0;
	background-image:url("/img/bg.png");
	background-repeat: repeat;
	background-color: #202020;
}

#globalnav ul {
	width: 900px;
	height: 25px;
	margin: 0px auto;
}

#globalnav li {
	height: 25px;
	float: left;
	list-style: none;
	line-height: 2;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#globalnav li#menu1 {
	width: 80px;
	border-left: 1px solid #C0C0C0;
}

#globalnav li#menu2 {
	width: 120px;
	border-left: 1px solid #C0C0C0;
}

#globalnav li#menu3 {
	width: 200px;
	border-left: 1px solid #C0C0C0;
}

#globalnav li#menu4 {
	width: 200px;
	border-left: 1px solid #C0C0C0;
}

#globalnav li#menu5 {
	width: 120px;
	border-left: 1px solid #C0C0C0;
}

#globalnav li#menu6 {
	width: 120px;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}

#globalnav a {
	text-decoration: none;
}

#globalnav a:link {
	color: #FFFFFF;
}

#globalnav a:hover {
	color: #DAA520;
	text-decoration: underline;
}

#globalnav a:visited {
	color: #F0E68C;
}

/*イメージ下コンテンツ部分*/
#content {
	width: 900px;
	margin: 20px auto 30px auto;
	overflow: hidden;
}

#content a:hover img{
	filter: alpha(style=0, opacity=80);
	opacity:0.8;
	background: #FFFFFF;
}

/*ぱんくずリスト部分*/
ul.listnav {
	width: 80%;
	margin: 10px auto;
	overflow: hidden;
	background: #f1f1f1;
}

ul.listnav li {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 1.8;
	margin-right: 10px;
	float: left;
	list-style: none;
}

ul.listnav li strong {
	font-weight: bold;
}











/*ページトップへ戻る部分*/
#main p.top {
	font-size: 12px;
	text-align: right;
	line-height: 1.6;
}

#main h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	line-height: 2;
	padding-left: 5px;
	border-bottom: 1px solid #8B4513;
	border-left: 10px solid #8B4513;
}

#main h2 {
	font-family:"Times New Roman", Times, serif, "ＤＦＰ極太明朝体";
	font-size: 21px;
	font-weight: bold;
	color: #300;
	text-align: left;
	padding-left: 10px;
	border-bottom: 1px solid #800000;
	border-left: 10px solid #800000;
	line-height: 1.6;
}

#main p.lead {
	font-size: 14px;
}

#main p.title {
	font-size: 21px;
	border-left: 8px double #006;
	padding-left: 5px;
	margin: 25px auto 5px auto;
}

#main p.np {
	font-family: "Times New Roman", Times, serif, "ＤＦＰ極太明朝体";
	font-size: 60px;
	text-align: center;
	line-height: 3;
	color: #C8C8C8;
	margin-bottom: 100px;
}

#main ul.eventlink {
	width: 100%;
	margin: 15px auto;
	overflow: hidden;
}

#main ul.eventlink li {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	margin-right: 5px;
	list-style: none;
	cursor: pointer;
	float: left;
}

#main ul.article {
	width: 100%;
	margin: 20px auto;
	overflow: hidden;
}

#main li.thumbnail {
	float: left;
	margin: 10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 140px;
	font-size: 10px;
	line-height: 1.2;
	list-style: none;
}

/*記事部分*/
#section {
	width: 650px;
	margin: 25px auto 15px auto;
	border-bottom: 1px dotted #666;
	padding-bottom: 15px;
	overflow: hidden;
}

#sectiontitle {
	width: 100%;
	margin-bottom: 30px;
	background-color: #330;
	background-image: url("/img/bg.png");
	padding: 5px 0;
}

#sectiontitle p.topic {
	font-family: "Times New Roman", Times, serif, "ＤＦＰ特太明朝体";
	font-size: 18px;
	color: #F0F0F0;
	line-height: 1.4;
	margin: 0 10px;
	font-weight: bold;
	border-left: 5px double #FFFFFF;
	padding-left: 8px;
}

#section ul.listleft {
	width: 315px;
	margin: 10px 10px 10px 0;
	float: left;
}

#section ul.listright {
	width: 315px;
	margin: 10px 0px 10px 10px;
	float: left;
}

#section li {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 1.4;
	list-style: none;
	padding-bottom: 5px;
	border-bottom: 1px dotted #666;
	margin-bottom: 5px;
}

#section p.series {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #808080;
	line-height: 1.2;
	font-weight: bold;
}

#section p.gerald {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #808080;
	line-height: 1.6;
	font-weight: bold;
}

#section p.inst {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #404040;
	line-height: 1;
	font-weight: bold;
}

p.red {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #C00;
	line-height: 1.6;
	font-weight: bold;
}

#section p {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 2;
	text-align: left;
}

#section p.product {
	font-size: 16px;
	margin-top: 30px;
	line-height: 1.8;
}

#section p.product2 {
	font-size: 16px;
	line-height: 1.8;
}

#section p.price {
	font-size: 14px;
	line-height: 1.8;
}

#section p.shimamura {
	font-size: 20px;
	line-height: 1.2;
}

#section p.bold {
	font-weight: bold;
	font-size: 12px;
	color: #C00;
}

#information {
	margin: 20px auto 10px auto;
}

/*内部リンクロゴサムネイル部分*/
#logo {
	width: 650px;
	margin: 10px auto 15px auto;
	overflow: hidden;
}

#logo ul { width: 100%;
margin: 0 auto;
}

#logo li {
	width: 120px;
	float: left;
	list-style: none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	margin: 10px 20px 10px 0;
	text-align: center;
	line-height: 1.6;
	cursor: pointer;
}



/*フッター部分*/
#footer {
	width: 900px;
	margin: 20px auto;
}

#footer ul {
	width: 100%;
	margin: 7px auto;
	overflow: hidden;
}

#footer ul.link {
	width: 100%;
	margin: 5px auto 2px auto;
	padding-bottom: 7px;
	overflow: hidden;
	border-bottom: 1px solid #C0C0C0;
}

#footer li {
	float: left;
	margin-right: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	text-align: left;
	line-height: 1.6;
	list-style: none;
}

#footer p {
	font-family: "Times New Roman", Times, serif, "ＤＦＰ極太明朝体";
	font-size: 12px;
	color: #333;
	text-align: left;
	line-height: 2;
}

#footer a {
	text-decoration: underline;
}

#footer a:link {
	color: #333;
}

#footer a:hover {
	color: #03F;
}

#footer a:visited {
	color: #300;
}

/*共通装飾クラス*/
.shadow {
	box-shadow: 2px 2px 10px #000; /*CSS3*/
	-moz-box-shadow: 2px 2px 10px #000; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 10px #000; /* Google Chrome, Safari用*/
}

.shadow2 {
	box-shadow: 2px 2px 10px #999; /*CSS3*/]
	-moz-box-shadow: 2px 2px 10px #999; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 10px #999; /* Google Chrome, Safari用*/
}

.radius {
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding:0px;
	background-color:#fff;
	border:1px solid #ccc;
}

.fl {
 float: left;
}

.fl2 {
	float: left;
	margin: 0px 5px;
}

.fr {
	float: right;
	margin-left: 25px;
}
.clr {
	clear: both;
}

.toplead {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	margin: 10px 20px 20px 35px;
	line-height: 1.8;
}

.txt1 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}

.txt2 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.txt3 {
	font-size: 10px;
}

.size10 {
	font-size: 10px;
	font-weight:normal;
}

.bottom5 {
	margin-bottom: 5px;
}

.bottom10 {
	margin-bottom: 10px;
}

.bottom15 {
	margin-bottom: 15px;
}

.bottom20 {
	margin-bottom: 20px;
}
