/*
** 目次　common_a.css
**
*/

/* フォントタグ ここから */
body {
	background-color: #FFFFFF;
	color: #555555;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height:130%;
	margin: 0px;
	padding: 0px;
}

td,textarea {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height:130%;
	margin: 0px;
	padding: 0px;
}

/*MacIE文字化け対応*/
textarea, input {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

form {
	margin:0px;
	padding:0px;
}

a:link, a:visited, a:active {
	color:#333333;
}
a:hover {
	color:#ff6600;
	text-decoration:none;
}

h2 a:link {color:#ffffff; text-decoration: none;}
h2 a:visited{color:#ffffff; text-decoration: none;}
h2 a:active{color:#ffffff; text-decoration: none;}
h2 a:hover{color:#ff6600; text-decoration: none;}

p {margin:0px; padding:0px;}
img {border:0; margin:0px; padding:0px;}
ul {margin:0px 15px; padding:0px;}

/* 表題・バナー */
h1{
	text-align:center;
	margin:0px 20px 0px 15px;
	padding:0px;
}

/* タイトル */
.h1_title{
	color:#333333;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	text-indent:5px;
	border-left:5px solid #333333;
	border-bottom:1px solid #333333;
	margin: 10px 20px 5px 15px;
	padding: 5px 0px 3px 0px;
}


h2 {
	font-size: 20px;
	text-indent: 10px;
	margin:0px 20px 0px 15px;
	padding: 8px 0px 6px 0px;
}

/* 中見出しテキスト */
h3 {
	background-color:#333333;
	color:#ffffff;
	font-size: 14px;
	font-weight: bold;
	text-indent: 10px;
	margin: 10px 20px 5px 15px;
	padding: 5px 0px 3px 0px;
	border-bottom:0px solid #333333;
}

/* テキスト拡大強調 */
h4 {
	color:#333333;
	font-size: 14px;
	font-weight: bold;
	margin: 3px 0px 3px 0px;
	padding: 0px;
}

/* テキスト強調 */
h5 {
	color:#333333;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

/* ----- 細部レイアウト ここから ----- */

/* パーツの線 */
.kakomi {
	border:1px solid #cccccc;
}

.solidtop {
	border-top:1px solid #cccccc;
}
.solidbottom {
	border-bottom:1px solid #cccccc;
}
.dottedtop {
	border-top:1px dotted #333333;
}
.dottedbottom {
	border-bottom:1px dotted #333333;
}

/* hrで使う */
.hrsolid{
	background-color:#ffffff;
	color:#ffffff;
	border: #ffffff 0px dotted;
	border-bottom: #cccccc 1px solid;
}
.hrdotted{
	background-color:#ffffff;
	color:#ffffff;
	border: #ffffff 0px dotted;
	border-bottom: #333333 1px dotted;
}

/* Q&A */
.qaq {
	color:#FF6600;
	margin:5px 0px;
}
.qaa {
	color:#666666;
	padding:0px 10px;
}

/* お知らせ系統の表の背景色 */
.upbg_left {
	background-color:#f1f1f1;
	padding:3px 0px 2px 5px;
}
.upbg_icon {
	background-color:#f1f1f1;
	width:57px;
	padding:3px 0px 2px 0px;
}
.upbg_right {
	background-color:#f1f1f1;
	padding:3px 5px 2px 5px;
}
.upbgno_left {
	padding:3px 0px 2px 5px;
}
.upbgno_icon {
	width:57px;
	padding:3px 0px 2px 0px;
}
.upbgno_right {
	padding:3px 5px 2px 5px;
}

/* 更新表 */
.upbg01_left {
	background-color:#ffdd33;
	color:#333333;
	font-weight:bold;
	border-bottom:1px solid #ffffff;
	padding:3px 0px 2px 5px;
}
.upbg01_icon {
	background-color:#ffdd33;
	color:#333333;
	font-weight:bold;
	border-bottom:1px solid #ffffff;
	width:57px;
	padding:3px 0px 2px 0px;
}
.upbg01_right {
	background-color:#ffdd33;
	color:#333333;
	font-weight:bold;
	border-bottom:1px solid #ffffff;
	padding:3px 5px 2px 5px;
}
.upbg01_left a:link {color:#333333;}
.upbg01_left a:visited{color:#333333;}
.upbg01_left a:active{color:#333333;}
.upbg01_left a:hover{color:#333333; text-decoration: none;}
.upbg01_right a:link {color:#333333;}
.upbg01_right a:visited{color:#333333;}
.upbg01_right a:active{color:#333333;}
.upbg01_right a:hover{color:#333333; text-decoration: none;}

/* マウス乗せたら背景色替え（#footer内は別） */
.bgch a {
	float:left;
	background-color:#333333;
	color:#ffffff;
	display:block;
	text-decoration:none;
}

.bgch a:hover {
	background-color:#555555;
}


.arrow {
	background-image:url(/creator/image/common/arrow0.gif);
	background-repeat:no-repeat;
	background-position: left center;
	font-size:11px;
	text-indent:8px;
}

/* 強調表示 */
.cr {
	font-weight:bold;
}

.caution {
	color: #ff6600;
	font-weight: bold;
}

.caution ul {
	list-style-type: none
}

.conse820 {
	margin:0px 15px;
}

.nomg {
	margin:0px;
}

/* ----- パーツレイアウト ここから ----- */
#wrapper {
	height:100%;
}

#header {
	margin: 0px;
	padding: 0px;
}

#contents {
	width:850px;
	margin-left:auto;
	margin-right:auto;

	background-color: #ffffff;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}

#main {
	float:left;
	width:635px;
	margin: 0px;
	padding: 0px;
}

/* menu.html内 */
.menu {
	float:right;
	width:215px;
	margin: 0px;
	padding: 0px;
}

/* footer.html内 */
#footer {
	clear: both;
	width: 620px;
	height: auto;
	margin:0px 115px 12px;
}

/* #header内 ここから */
#title {
	margin: 0px;
	padding: 0px;
}

#word {
	text-align:right;
	color:#999999;
	height:20px;
	font-size:10px;
	padding:3px 0px 0px;

}

#logo h1 {
	margin:0px;
	padding:0px;
}

#logo a {
	background:transparent url(/creator/image/common/logo.gif) no-repeat scroll 0 0;
	display:block;
	width:225px;
	height:45px;
	overflow:hidden;
	text-indent:-1000px;
	margin:0px 0px 5px 10px;
}

#line {
	background-color:#000000;
	margin:0px;
	padding:0px;
}

#navi {
	background-color:#333333;
	height:29px;
	margin:0px;
	padding:0px;
}

#navi .bgch a{
	float:left;
	background-color: #c3d731;
	color:#ffffff;
	text-decoration: none;
	margin:0px;
	padding:0px;
}

#navi .bgch a:hover {
	background-color: #d3e741;
}

#navi .nametext {
	float:right;
	text-align:right;
	color:#ffffff;
	padding-top:7px;
	padding-right:15px;
}

/* #main内 ここから */
#main .conse{
	width:570px;
	margin:0px 35px 0px 30px;
}

#main .conseimg{
	margin:0px 20px 0px 15px;
}

/* コンテスト情報ページ用 */
#main .midashiup{
	text-align:right;
	margin:15px 20px 0px 15px;
	padding:0px;
}

#main .midashi{
	background-image: url("/creator/image/common/arrow0.gif");
	background-repeat:no-repeat;
	background-position: 10px 7px;
	background-color:#333333;
	font-size: 12px;
	font-weight:normal;
	text-decoration:none;
	margin: 0px 20px 0px 15px;
	padding: 4px 10px 2px 10px;
}

#main .midashinobg{
	font-size: 12px;
	font-weight:normal;
	margin: 0px 20px 0px 15px;
	padding: 4px 10px 2px 10px;
}

#main .midashinobg a:link {color:#0099cc;}
#main .midashinobg a:visited{color:#0099cc;}
#main .midashinobg a:active{color:#0099cc;}
#main .midashinobg a:hover{color:#FF3399; text-decoration: none;}

/* .menu内 ここから */
.menu #login {
	background-image:url(/creator/image/common/bg/login_200.gif);
	background-repeat:no-repeat;
	line-height:100%;
	margin:15px 0px 25px;
	padding:47px 0px 21px;
}
.menu .loginbox {
	padding:0px 35px 0px 20px;
}

.menu .loginbox .input {
	border:solid 1px #999999;
	background-color:#f1f1f1;
	width:154px;
	height:14px;
}

.menu h3{
	font-size: 14px;
	margin:5px 15px 5px 0px;
}

.menu p{
	color:#666666;
	font-size: 10px;
	margin:0px 18px 2px 3px;
	padding:0px;
}

/* #footer内 ここから */

#footer .navi {
	font-size: 12px;
}
#footer .text {
	font-size: 10px;
	line-height:100%;
}

#footer .bgch a {
	float:left;
	background-color: #999999;
	color:#ffffff;
	display: block;
	text-decoration: none;
	margin-right:3px;
}

#footer .bgch a:hover {
	background-color: #cccccc;
}

.copyright {
	clear: both;
	color: #666666;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}


/* あとは全部、def用の追加 */

#header_p {
	height:64px;
	border-top:5px solid #333333;
	border-bottom:1px solid #333333;
}
#logo_p h1 {
	text-indent:-1000px;
	margin:0px 0px 6px;
	padding:0px;
}

#logo_p a {
	background:transparent url(/creator/image/common/logo_plus.gif) no-repeat scroll 0 0;
	display:block;
	width:200px;
	height:55px;
	overflow:hidden;
	text-indent:-1000px;
	margin:0px 0px 0px;
}

#navi_p {
	float:right;
	width:650px;
}

#navi_p .bgch a{
	float:left;
	background-color:#ffffff;
	color:#333333;
	text-decoration:none;
	padding:6px;
}

#navi_p .bgch a:hover {
	background-color:#333333;
	color:#ffffff;
}

#navi_p_r .bgch a{
	float:left;
	background-color:#ffffff;
	color:#333333;
	text-decoration:none;
	margin:0px;
	padding:3px 6px;
}

#navi_p_r .bgch a:hover {
	background-color:#333333;
	color:#ffffff;
}

#navi_p .name {
	float:right;
	background-color:#333333;
	color:#ffffff;
	text-align:right;
	padding:6px;
}

#header_p #login input{
	font-family:'Century Gothic';
	font-size:10px;
	border:0px solid #ffffff;
}
#header_p #login input:hover {
	background-color:#ffffcc;
}

.arrow0 {
	background-image: url(/creator/image/common/arrow0.gif);
	background-repeat:no-repeat;
	background-position:left 4px;
	font-size:10px;
	lign-height:130%;
	text-indent:8px;
}
.arrow1 {
	background-image: url(/creator/image/common/arrow1.gif);
	background-repeat:no-repeat;
	background-position:left 4px;
	font-size:10px;
	lign-height:130%;
	text-indent:8px;
}
.arrow2 {
	background-image: url(/creator/image/common/arrow2.gif);
	background-repeat:no-repeat;
	background-position:left 4px;
	font-size:10px;
	lign-height:130%;
	text-indent:8px;
}


/* レイアウト */
.mg_0 {
	margin:0px;
}
.pd_0 {
	padding:0px;
}
.txt_l {
	text-align:left;
}

.txt_c {
	text-align:center;
}

.txt_r {
	text-align:right;
}
.flo_l {
	float:left;
}
.flo_r {
	float:right;
}
.cle_b {
	clear:both;
}

.cle_l {
	clear:left;
}

.cle_r {
	clear:right;
}

#nowrap_p_f {
	clear:both;
	padding:100px 0px 0px;
}
#nowrap_p {
	background-color:#333333;
	color:#ffffff;
}


#footer_p {
	background-color:#333333;
	text-align:left;
	width:850px;
	margin:0px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}

/* --- #footer --- */

#footer_p .copyright_p {
	text-align:center;
	padding:20px 0px 0px;
}

#footer_p .bgch_1 {
	background-color:#333333;
	color:#ffffff;
	text-decoration:none;
	padding:15px 10px 3px;
}
#footer_p .bgch_1:hover {
	background-color:#ffffff;
	color:#333333;
}
#footer_p .bgch_2 {
	background-color:#333333;
	color:#ffffff;
	text-decoration:none;
	padding:3px 10px;
}
#footer_p .bgch_2:hover {
	background-color:#ffffff;
	color:#333333;
}