@charset "UTF-8";

/* ===================================================
	01. 初期設定
	02. clearfix
	03. レイアウト（サイト全体）
	04. 文字設定（サイト全体）
=================================================== */

/* ===================================================
	01. 初期設定
=================================================== */
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
h1,h2,h3,h4,h5,h6,p,blockquote,ul,li,dl,dt,dd,form,address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}
img, a img, fieldset, hr {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}

/* ===================================================
	02. clearfix
=================================================== */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfix {
	display: inline-table;
	min-height: 1%;
	}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear {
	clear: both;
}

/* ===================================================
	03. レイアウト（サイト全体）
=================================================== */
body {
	background: #f7ece3 url("../images/bg.jpg") top center repeat-y;
	color: #333;
	font-family: "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}

/*---↓レイアウト ---*/
#container {
	margin: 0 auto;
	padding: 10px 0;
	width: 900px;
	text-align: center;
}
#columnL {
	float: left;
	width: 690px;
	/*margin-bottom: 10px;*/
}
#columnR {
	float: right;
	width: 200px;
	/*margin-bottom: 10px;*/
	/*background-color: #CCCCCC;*/
}
/*---↓フッター ---*/
#footer {
	clear: both;
	padding: 5px;
	background-color: #E3E3E3;
	color: #666666;
	font-size: 90%;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #ed0000;
	text-decoration: underline;
}

/*---↓ヘッダー：columnL > header ---*/
#header {
	margin-bottom: 10px;
}
#header img {
	float: left;
}
/*---↓メニュー：columnL > header > menu ---*/
#menu {
	clear: both;
	background: #ed0000 url("../images/menu_bg.jpg") top left;
	width: 690px;
	height: 40px;
}
#menu ul {
	padding: 7px 0 0 15px;
}
#menu li {
	float: left;
	margin-right: 10px;
}
#menu li a {
	text-indent: -9999px;
	display: block;
	height: 26px;
}
#menu li#home a {
	background: transparent url("../common/images/menu_home.jpg") top left no-repeat;
	width: 76px;
}
#menu li#info a {
	background: transparent url("../images/menu_info.jpg") top left no-repeat;
	width: 86px;
}
#menu li#tshirt a {
	background: transparent url("../images/menu_tshirt.jpg") top left no-repeat;
	width: 172px;
}

/*---↓タイトル：columnL,columnR > h3 ---*/
h3 {
	background: transparent url("../images/ttl_bg.gif") bottom left no-repeat;
	margin-bottom: 10px;
	padding: 5px 0 5px 15px;
	font-size: 120%;
	font-weight: bold;
	clear: both;
}
#support h3 {
	text-align: left;
}

/*---↓コンテンツ：columnL > contents ---*/
#contents {
	text-align: left;
}
.contents_box {
	margin: 0 15px 15px;
}

/*---↓右カラム：columnR ---*/

/* ↓お問い合わせメール */
.contact {
	border: solid 1px #FFAAAA;
	margin: 0 0 15px 0;
	padding: 4px;
}
.contact a {
	padding: 15px 10px 15px;
	display: block;
	background-color: #FFD5D5;
	text-decoration: none;
}
.contact a:hover {
	text-decoration: none;
}
.ttl_contact {
	/*color: #ed0000;*/
	font-size: 120%;
	font-weight: bold;
}
.contact_mail {
	font-size: 95%;
	word-wrap: break-word;
}
/* ↓共催・後援・協力：columnR > support */
#support {
	margin-bottom: 10px;
	padding-bottom: 10px;
	/*background-color: #CCCCCC;*/
}
#support h4 {
	background-color: #E3E3E3;
	margin: 10px 10px 0;
}
#support h5 {
	background-color:#E3E3E3;
	margin: 10px auto 0;
	padding: 0 10px;
	width: 120px;
}
#support img {
	margin-top: 10px;
}
/* ↓（仮） */
.support_main {
	margin: 10px auto 0;
	padding: 10px;
	border: solid 1px #CCCCCC;
	width: 120px;
}
.support_sub {
	margin: 10px auto 0;
	padding: 5px 10px;
	border: solid 1px #CCCCCC;
	width: 100px;
}
/* ↓注意事項 */
.info_note {
	border: solid 1px #FFAAAA;
	margin: 0 0 15px 0;
	padding: 4px;
}
.info_note a {
	padding: 15px 4px 15px;
	display: block;
	background-color: #FFD5D5;
	text-decoration: none;
}
.info_note a:hover {
	text-decoration: none;
}
.info_note .ttl_contact {
	font-size: 110%;
	font-weight: bold;
}
.info_note .contact_mail {
	font-size: 95%;
}


/*---↓その他共通仕様 ---*/

/*---↓左右寄せ ---*/
.alignL {
	float: left;
}
.alignR {
	float: right;
}

/*---↓画像 ---*/
.img_border {
	border: solid 1px #CCCCCC;
	padding: 5px;
}
.img_alignL {
	float: left;
	margin: 0 10px 5px 0;
}
.img_alignR {
	float: right;
	margin: 0 0 10px 10px;
}
.img_alignCenter {
	margin: 0 auto 10px;
}


/*---↓ページトップ ---*/
.pagetop {
	text-align: right;
	margin-bottom: 15px;
	font-size: 90%;
}
.pagetop a {
	color: #999;
	text-decoration: none;
}
.pagetop a:hover {
	color: #ed0000;
	text-decoration: underline;
}

/* ===================================================
	04. 文字設定（サイト全体）
=================================================== */
/*---↓ ---*/
a {
	outline: none;
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #ed0000;
	text-decoration: underline;
}

.xx_small {
	font-size: 70%;
}

.x_small {
	font-size: 80%;
}
.small {
	font-size: 90%;
}
.large {
	font-size: 110%;
	font-weight: bold;
}
.x_large {
	font-size: 120%;
	font-weight: bold;
}

p {
	margin-bottom: 10px;
}
.red {
	color: #FF0000;
}
.strong {
	font-weight: bold;
}