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

.head_image {
	width:800px;
	height:0 !important;
	height/**/:100px;
	padding-top:100px;
	background:url(../image/ag16_works_head.png);
	background-repeat:no-repeat;
	overflow:hidden;
}

.index_menu {
	width:800px;
	height:30px;
	line-height:30px;
	text-indent:20px;
	border-top:1px #aaa solid;
	border-bottom:1px #aaa solid;
	background:#bbb;
	font-size:15px;
}

.container {
	width:800px;
	height:auto;
}

.article_title {
	width:140px;
	height:auto;
	text-align:right;
	font-size:16px;
	float:left;
}

.article_main {
	width:650px;
	height:auto;
	float:right;
}

form {
	font-size:11px;
}

textarea {
	font-size:12px;
	background:#CCC;
	border:1px #999 solid;
}

textarea:focus {
	background:#69C;
	border:1px #333 solid;
	color:#F69;
}

/* release information */
.release_box {
	width:290px;
	height:230px;
	overflow:hidden;
	color:#666;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;

}

/* h1 - h6 */
h2 {
	font-size:12px;
	font-weight:normal;
	padding-left:3px;
}

/* ex font size */
.font_12 {
	font-size:12px;
}
