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

@import url("Common.css");

body
{
background-color:#f2f2f2;
}

#State
{
	width:1000px;
        height:52px;
        text-align:left;
}


#State *
{
        margin-left:10px;
        margin-right:10px;
}

#Main
{
	width:1000px;
	padding-left:100px;
	padding-right:100px;
	padding-top:30px;
	padding-bottom:30px;
	margin:0px auto;
	margin-bottom:30px;
        margin-top:20px;
background-color:#fff;
}

#Main #Title
{
	text-align:center;
	width:1000px;
	height:50px;
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
}

#Main #Other
{
	text-align:center;	
	width:1000px;
	height:40px;
	font-size:12px;
	border-bottom:1px solid #f2f2f2;
	margin-bottom:30px;
}

#Main #Detail
{
	width:1000px;
	line-height:28px;
}

#Main #Detail p ,#Main #Detail *
{
        margin-bottom:10px;
        line-height:28px;
	font-size:16px;
	margin-bottom:10px;
	text-indent:2em;
}

#Main #File a
{
        font-size:18px;
        font-weight:bold;
        clear:both;
        color:red;
       text-decoration:underline;
}