@charset "utf-8";
body{
	font-family: Myriad pro, Geneva, Arial, sans-serif;
	margin:40px;
}

a{
	color:#CCCCCC;
	text-decoration:none;
}

a:hover{
	color:#808080;
	text-decoration:none;
}
.gallery {
	height: 440px;
/*	border: 1px solid red;*/
	overflow: auto;
	width: 950px;
	margin-bottom:30px;
	padding-left:40px;
}
.gallery img{
float:right;
padding-right:4px;
}


#content {
	margin-top: 10px;
	margin-bottom: 40px;
	color:#999999;
	font-size:14px;
}

#body {
	width: 1024px;
/*	border:1px solid #0066CC;*/
/*	margin-left:auto;
	margin-right:auto;*/
}

ul,li{
	margin:0px;
	padding:0px;
}

#menu {
	background-image: url(../image/menu.jpg);
	height: 42px;
}

.menu1{
	padding-top:0px;
	text-align:right;
	color: #CCCCCC;
}

.menu1 li{
	display:block;
	float:right;
	padding-left:25px;
	padding-right: 25px;
	padding-top:10px;
	height:30px;
}
.menu1 li a{
	color:#CCCCCC;
	text-decoration:none;
}
.menu1 li a:hover{
	color:#808080;
	text-decoration:none;
}
.menu1 li.active a{
	color:#808080;	
}
.menu1 li.active{
	color:#808080;
	background-image: url(../image/menu1li.gif);
	background-repeat: no-repeat;
	background-position: 50%;
}
.right {
        margin-top:60px;
	width: 500px;
	float: right;
}

.right .line{
	background-image: url(../image/line01.jpg);
	background-repeat: no-repeat;
	height: 10px;
}
.right .text{
	margin:40px 0px 40px 20px;
	line-height: 20px;
        height:300px;
        overflow: auto;
}

.menu3 li{
	display:block;
	float:right;
	padding-left:25px;
	padding-right: 25px;
	padding-top:0px;
	height:30px;
	font-size:12px;
}

.menu2 li{
	display:block;
	float:right;
	padding-left:25px;
	padding-right: 25px;
	padding-top:10px;
	height:30px;
	font-size:12px;
}

.menu2 li a{
	color:#CCCCCC;
	text-decoration:none;
}
.menu2 li a:hover{
	color:#808080;
	text-decoration:none;
}
.menu2 li.active a{
	color:#808080;
}
.menu2 li.active{
	color:#808080;
	background-image: url(../image/menu2li.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.menu3 li.active a{
	color:#808080;
	background-repeat: no-repeat;
	background-position: center top;
}

.clean{
		clear: both;
}

#footer{
	float:right;
	width:500px;
	color: #CCCCCC;
	font-size:12px;
}
#footer .line{
	background-image: url(../image/line02.jpg);
	height:10px;
}
#footer .text{
	text-align:right;
}

.homepage {
	width:1000px;
	text-align:center;
	margin-top:30px;
/*	margin-bottom:-10px;*/
}

.rightcontent{
    margin-top:50px;
    width:150px;
    float: right;
}
.rightcontent li{
    height:25px;
    list-style-type:none;
}

.centercontent{
    width:500px;
    margin-left: 240px;
    float:left;
}

.centercontent .text {
    padding-top: 20px;
}

.centercontent .date {
    font-size:12px;
}

.centercontent h2 {
    padding-bottom: 5px;
    margin:0px;
    font-weight: normal;
    font-size:18px;
}

.centercontent .blog{
    padding-bottom: 20px;
    padding-top: 20px;
}

.centercontent .blog{
    padding-bottom: 20px;
    padding-top: 20px;
}

.centercontent .blog_one{
    padding-bottom: 20px;
    padding-top: 50px;
}

.comments {
    padding-top:20px;
}

.comments .comment {
    padding:50px;
    margin:50px;
}

.comment .title {
    font-weight: bold;
    padding:0px;
}

.comment .text {
    padding-bottom: 10px;
    padding-top: 0px;
}

#form_comment {
    padding-top: 20px;
}

#form_comment table td {
    color: #999;
}

#form_comment input {
    border: 1px solid #AAA;
}
#form_comment .error {
    color: red;
    padding-bottom:10px;
}

#form_comment textarea {
    border: 1px solid #AAA;
}
