/*2カラムのための設定*/
* { margin:0; padding:0; }
body {width:100%; }
#my_body { position:relative;}
/*トップページのみロゴの大きさが違うので調整する*/
#my_main_header {width:100%; height:200px; padding-top: 30px;}
/*その他のページはロゴが小さいのでheightが違う*/
#my_header { width:100%; height:90px; padding-top: 30px;}
#my_footer { width:100%; clear:both; padding-bottom:30px;}

#my_body {margin:50px auto; width:800px;}
#my_navigation { float:left; padding:0 3px 0 30px; width:190px; }
#my_contents {margin-left: 212px; padding:0 20px 0 3px; }

body {
	background: url("img/arabesque.gif") rgb(153,204,204) repeat-x;
	/* background: url("img/bkgnd.gif") repeat; */
	/*background-color:#80C3CF;*/
	/*font-family: serif;*/
	font-size:medium;
}

/*フレームの描画*/
#my_body { background: url("img/frame_02.gif") repeat-y;}
#my_main_header,#my_header{	background: url("img/frame_01.gif") no-repeat top;}
#my_footer{	background: url("img/frame_03.gif") no-repeat bottom;}

#my_footer .note{padding:0 40px;}

#my_footer address {
	text-align: right;
	font-size: smaller;
	padding:0 40px;
}

#my_navigation{
	text-align: left;
	/*line-height: 200%;*/
	font-family: sans-serif;
	font-size: 90%;
}
#my_navigation p {
	text-indent: 0em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* navigation内でアクティブな項目に適用 */
.active{
	font-weight:bold;
	color:black;
}

/*紹介のページの下部「次へ」*/
.navibar {
	text-align: right;
	margin-bottom:1em;
}

/* 紹介ページのサブカテゴリ */
#joinsub {
	font-size:small;
	line-height:120%;
	/*text-indent:1em;*/
	padding-left:2em;
	list-style-type:none;
}

/* .title */ 
h3{
	font-size: medium;
	background-repeat: no-repeat;
	font-family: sans-serif;
	border-style: solid;
	border-width: 0px 0px 1px 4px;
	border-color: #666666;
	padding: 1px 0px 1px 4px;
	margin: 10px 30px 10px 10px;
}
.notify {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #FFAAAA;
	padding: 0 8px;
	margin: 20px;
}

/*コンクールで賞をとったとき*/
.winprize {
	font-weight: bold;
	font-style: italic;
}

.name {
	font-size: 15pt;
	font-weight: bold;
}

/*footerの中の文章*/
.note {
	font-size: smaller;
	font-family: sans-serif;
}

a:link {
	color:#666666;
	text-decoration: underline;
}

a:visited {
	color:#666666;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: red;
}

h1{
	text-align: center;
}

h2 {
	font-size: larger;
	font-family: sans-serif;
	border-style: solid;
	border-width: 0px 0px 4px 0px;
	border-color: #666666;
	padding: 4px 8px 4px 8px;
	margin: 10px;
}


h3.spring {
	border-color:#f08080;
}

h3.summer {
	border-color:#6495ed;
}

h3.autumn {
	border-color:#daa520;
}

h3.winter {
	border-color:#add8e6;
}

/*コンクール、コンサートの名前*/
h3.concour,h3.concert{
	font-weight:normal;
	border-color: #663300;
}

img.leftcut {
	float: left;
}

img.rightcut {
	float: right;
}

table {
	margin: 10px;
}

table.search {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #AADDAA;
}

th,td {
	padding: 2px 2px 2px 2px;
}

th.search,td.search {
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	border-color: #666666;
}

/*リストの要素*/
dl, ul, ol{
	margin-left: 1em;
	padding-left:1em;
}

#my_navigation dl, #my_navigation ul, #my_navigation ol {
	margin-left: 0em;
}

dt {
	font-weight:bold;
}

dd{
	padding-left:1em;
}

/* 普通のパラグラフ */
p {
	text-indent: 1em;
	line-height: 1.3em;
	margin: 0.5em;
}

/* 右詰めは署名で使った */
p.right {
	text-align: right;
}

/* 長文用に下のmarginを多めに */
p.quote2 {margin-bottom:1em;}


input, textarea {
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
}

.nowrap { white-space: nowrap; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }

div#koukoku {
	font-size: x-small;
	text-align: center;
	margin: 0px 40px;
}

hr {
	margin: 10px 40px;
}

/* 「団員用ページ」 */
.for_members { font-size: 0.75em; }
