/******************/
/* 全ての画面共通 */
/******************/
.warning {
	color: red;
	font-size: 12pt;
	font-weight: bold;
}

.bro {
	color: #3399CC;
	font-size: 7pt;
	font-weight: normal;
}

.bro_date {
	font-size: 9pt;
	font-weight: normal;
}

.bro_message {
	font-size: 8pt;
	font-weight: normal;
}

/******************************/
/* トップのアニメーション画面 */
/******************************/
/* ページ幅を固定 */
table.top_page_default {
	width:740px;
}
body.top {
	background-image:url(../img/bg_top.gif);
	/* background-repeat:no-repeat; */
	/* background-repeat:repeat-y; */
	/* background-position:180px 20px; */
}
body.c_top {
	background-image:url(../img/bg_top.gif);
	/* background-repeat:no-repeat; */
	/* background-position:120px 20px; */
}
.bienvenue {
	color:#8b4726;
	position:absolute;
	font-size:40px;
	font-weight: bold;
}

.move_menu{ font-size:26px; font-style:italic;}
.move_menu:link{color:#0000CC; text-decoration:none;}
.move_menu:active{color:#0000CC; text-decoration:none;}
.move_menu:visited{color:#0000CC; text-decoration:none;}
.move_menu:hover{background-color:#99ffff;}

.move_menu2 { 
	color:#3399CC;
	font-size:24px;
}

.move_menu3 {
	color:#0000CC;
	background-color:#FFFAF0;
	font-size:16px;
}

/* ショートカット文字 */
.str_to_menu {
	color:blue;
	background-color:#FFFAF0;
	font-size:12px;
	font-weight:bold;
}
a.to_menu         { background-color::#FFFAF0;}
a.to_menu:link    { color:blue; text-decoration:none;}
a.to_menu:active  { color:blue; text-decoration:none;}
a.to_menu:visited { color:blue; text-decoration:none;}
a.to_menu:hover   { background-color:#99ffff; }

/****************/
/* ヘッダー画面 */
/****************/
body.header {
	background-color:#FFFAF0;
}
.str_menu_title {
	font-size:30px;
	font-weight: bold;
	color:#8b4726;
}


/******************/
/* コンテンツ画面 */
/******************/
body.sub {
	background-color:#FFFAF0
}

/* 文字 */
.str {
	color:#000000;
	font-size:14px;
	line-height:150%;
	font-weight: normal;
}
.str_b {
	color:#3399CC;
	font-size:16px;
	font-weight: bold;
	line-height:150%;
}
.str_b_blue {
	color:#000080;
	font-size:16px;
	font-weight: bold;
	line-height:150%;
}
.str_lightblue {
	color:#3399CC;
	font-size:13px;
	font-weight: normal;
	line-height:150%;
}
.str_h {
	color:#000080;
	font-size:18px;
	font-weight: bold;
	line-height:150%;
}
.str_h_blue {
	color:#000080;
	font-size:20px;
	font-weight: bold;
	line-height:150%;
}
.gif_title {
	color:orange;
	font-size:12px;
	font-weight: normal;
	line-height:150%;
}
.str_title_p{
	color:#8b4726;
	font-size:25px;
	font-weight:bold;
	font-style:italic;
}
.str_title{
	color:#000000;
	font-size:25px;
	font-weight:bold;
	font-style:italic;
}
.list_header{
	color:#000000;
	font-size:16px;
	font-weight:bold;
}
.list_str{
	color:#000000;
	font-size:11px;
	font-weight:normal;
}

/* ページ内のリンク文字 */
a.todan         { background-color:white; font-size:16px; font-weight:normal;}
a.todan:link    { color:#0000ff; text-decoration:none;}
a.todan:active  { color:#0000ff; text-decoration:none;}
a.todan:visited { color:#0000ff; text-decoration:none;}
a.todan:hover   { background-color:#99ffff; }

/* ページ内のリンク文字2 */
a.todan2         { background-color:white; font-size:11px; font-weight:normal;}
a.todan2:link    { color:#0099ff; text-decoration:none;}
a.todan2:active  { color:#0099ff; text-decoration:none;}
a.todan2:visited { color:#0099ff; text-decoration:none;}
a.todan2:hover   { background-color:#99ffff; }

/* ヘッダーとHOMEのリンクボタン */
a.to         { background-color:#F0F8FF; }
a.to:link    { color:blue; text-decoration:none; }
a.to:active  { color:blue; text-decoration:none; }
a.to:visited { color:blue; text-decoration:none; }
a.to:hover   { background-color:#99ffff; }

/* ヘッダーのリンクボタン(アトリエ・ニュース用) */
a.to_news         { background-color:#FFFAF0; }
a.to_news:link    { color:blue; text-decoration:none; }
a.to_news:active  { color:blue; text-decoration:none; }
a.to_news:visited { color:blue; text-decoration:none; }
a.to_news:hover   { background-color:#99ffff; }

/* コンテンツページのリンクボタン */
a.to_c         { background-color:#F0F8FF; }
a.to_c:link    { color:blue; text-decoration:none; }
a.to_c:active  { color:blue; text-decoration:none; }
a.to_c:visited { color:blue; text-decoration:none; }
a.to_c:hover   { background-color:#CCCCFF; }

/* コンテンツページのリンクボタン２（バッグがベージュ） */
a.to_c2         { background-color:#FFFAF0; }
a.to_c2:link    { color:#0000CC; text-decoration:none; }
a.to_c2:active  { color:#0000CC; text-decoration:none; }
a.to_c2:visited { color:#0000CC; text-decoration:none; }
a.to_c2:hover   { background-color:#CCCCFF; }

/* アトリエニュースのリンクボタン */
a.to_a         { background-color:#000080; }
a.to_a:link    { color:FFFAF0; text-decoration:none; }
a.to_a:active  { color:FFFAF0; text-decoration:none; }
a.to_a:visited { color:FFFAF0; text-decoration:none; }
a.to_a:hover   { background-color:#666699; }

/* テーブル幅を固定 */
table.default {
	/* border-width:2px; */
	width:620px;
}

/* ページ幅を固定 */
table.page_default {
	width:620px;
}

