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

/* common */

* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #000000;
	font-style: normal;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3',Osaka, sans-serif;
	font-weight: normal;
	font-size: 14px;
	background-color:#CCCCFF;
	background-image: url(../img/bkgnd.jpg);
}

h1,h2,h3,h4,h5,h6,p,address,th,td{
	line-height: 16px;
	font-size: 14px;
}

em {
	color: #FF0000;
	font-weight: bold;
}

a{
	color: #FE9900;
	text-decoration: none;
}

a:hover{
	color: #FE9900;
	text-decoration: underline;
}

address {
	font-size: 12px;
}

img {
	border: none;
}

form {
	text-align: center;
}
.clear {
	clear: both;
	text-indent: -999em;
	line-height: 1px;
}

.date {
	margin: 0;
	color: #000000;
	font-weight: bold;
	text-align: right;
	padding: 0px 15px 0px 0px;
}

.required {
	color: #0ac;
}

.ex {
	color: #0ac;
}

.error {
	font-weight: bold;
	color: #f00000;
}

.error-message {
	color: #ff0000;
    font-weight: bold;
}

.btn{
	color: #E11D35;
	background-color: white;
	font-weight: bold;
	text-align: center;
	border: 1px solid #E11D35;
	margin: 0px auto 12px auto;
	height: 25px;
	width: 130px;
	line-height: 25px;
}

.btn a {
	color: #E11D35;
	background-color: white;
}

.btn a:hover{
	color: white;
	background-color: #E11D35;

	height: 25px;
	width: 130px;
	display: block;
}

.note_left{
	float:left;
	width: 410px;
	margin-left: 10px;
	margin-bottom: 12px;
}

.note_right {
	float:right;
	margin-right: 10px;
}

#outer {
	margin: 0;
	text-align: center;
}

#contents {
	width:1000px;
	height:100%;
	background-color: white;
	margin: 0px auto;
}

#header {
	width:1000px;
	height:590px;
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	position: relative;
}

#header h1 {
	background: url(../img/logo.jpg) no-repeat center top;
	width:564px;
	height:197px;
	position: absolute;
	left: 24px;
	top: 23px;
	overflow:hidden;
	line-height: 197px;
}

#header h1 a{
	text-indent:-999em;
	width:564px;
	height:197px;
	display: block;
}

#header .mac {
	background: url(../img/maclogo.jpg) no-repeat center top;
	width:141px;
	height:42px;
	position: absolute;
	left: 844px;
	top: 14px;
	overflow:hidden;
	line-height: 42px;
}

#header .mac a{
	text-indent:-999em;
	width:141px;
	height:42px;
	display: block;
}

#header p {
	text-indent:-999em;
}

#main {
	width:1000px;
	height:100%;
	margin:27px 0px 0px 0px;
	padding: 0px 0x 15px 0px;
}

#left {
	float:left;
	width:257px;
	height:100%;
	margin:0px 0px 0px 23px;
	_margin:0px 0px 0px 12px;
}

#left p{
	color: white;	
}

#footer {
	clear:both;
	margin:15px 0px 0px 0px;
	background-color: #CCCCFF;
	height: 12px;
	padding: 12px 0px;
}

#carendar {
	margin:0px 0px 15px 0px;
	background-color: #F54A99;
	padding: 15px 0px;
}

#carendar h2 {
	background: url(../img/calendar.jpg) no-repeat center top;
	text-indent:-999em;
	width:257px;
	height:47px;
	margin:0px 0px 10px 0px;
}

#carendar caption {
	color: white;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
}

#carendar table {
	width:175px;
	margin: 0px 40px;
	color: white;
}

#archives {
	margin:0px 0px 15px 0px;
}

#archives h2 {
	background: url(../img/archives.jpg) no-repeat center top;
	text-indent:-999em;
	width:257px;
	height:32px;
	margin:0;
}

#archivesTop {
	background: url(../img/cercle_top.jpg) no-repeat center top;
	text-indent:-999em;
	width:257px;
	height:44px;
	margin:0;
	padding: 15px 0px 0px 0px;
}

#archivesMain {
	background: url(../img/cercle_middle.jpg) repeat-y center top;
	width:257px;
	margin:0;
}

#archivesBottom {
	background: url(../img/circle_bottom.jpg) no-repeat center top;
	text-indent:-999em;
	width:257px;
	height:12px;
	margin:0;
}

#left ul {
	text-align: left;
	width:225px;
	margin:0px 16px;
}

#archives li {
}

.item {
	width:75px;
	height:75px;
	overflow:hidden;
	float:left;
	margin:0px 0px -5px 0px;
}

#recententries {
	background-color: #FEFF99;
	padding: 15px 0px;
	margin: 0px 0px 15px 0px;
}

#recententries h2 {
	background: url(../img/recententries.jpg) no-repeat center top;
	text-indent:-999em;
	width:257px;
	height:43px;
	margin:0px 0px 10px 0px;
}

#recententries li{
	border-bottom: 1px dotted #666666;
	text-align: left;
	padding: 3px 0px;
	list-style: none;
	color: #02B2E3;
}

#recententries li a{
	color: #02B2E3;
	text-decoration: none;
	font-weight: bold;
}

#recententries li a:hover{
	color: #02B2E3;
	text-decoration: underline;
	font-weight: bold;
}

#recentcomment {
	margin:0px 0px 15px 0px;
	background-color: #FF9900;
	padding: 15px 0px;
}

#recentcomment h2 {
	background: url(../img/recentcomment.jpg) no-repeat center top;
	text-indent:-999em;
	width:257px;
	height:41px;
	margin:0px 0px 10px 0px;
}

#recentcomment li{
	padding-bottom: 3px;
	padding-top:3px;
	border-bottom: 1px dotted #666666;
	list-style: none;
}

#recentcomment li a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#recentcomment li a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}


#backnumber {
	margin:0;
	background-color: #BFE7E6;
	padding: 15px 0px;
}

#backnumber h2 {
	background: url(../img/backnumber.jpg) no-repeat center top;
	text-indent:-999em;
	width:257px;
	height:45px;
	margin:0px 0px 10px 0px;
}

#backnumber li{
	padding-bottom: 3px;
	padding-top:3px;
	border-bottom: 1px dotted #666666;
	list-style: none;
}

#backnumber li a{
	color: #FE9900;
	text-decoration: none;
	font-weight: bold;
}

#backnumber li a:hover{
	color: #FE9900;
	text-decoration: underline;
	font-weight: bold;
}

#right {
	float:right;
	width:665px;
	height:100%;
	margin:0px 31px 0px 0px;
	_margin:0px 15px 0px 0px;
}

#right .entries {
	width:655px;
	border:#FEFF99 5px solid;
	margin: 0px 0px 15px 0px;
}

#right h2 {
	font-size:22px;
	color: #CB99CC;
	font-weight: bold;
	line-height: 22px;
	height: 22px;
	padding: 15px 0px;
	margin: 15px 0px;
	background-color: #FEFF99;
}

#right h2 a{
	color: #CB99CC;
	text-decoration:none;
}

#right h2 a:hover{
	color: #CB99CC;
	text-decoration:underline;
}

#right .main {
	padding:15px;
	text-align: left;
}

#right .main p {
	line-height: 18px;
	margin-bottom: 27px;
}

.main p a{
	color: #FE9900;
	text-decoration: none;
	font-weight: bold;
}

#right .main p a:hover{
	color: #FE9900;
	text-decoration: underline;
	font-weight: bold;
}

#right .link{
	font-size: 12px;
	text-align: right;
	margin: 0px 0px 15px 0px;
	padding: 0px 15px;

}

#right .link a{
	color: #FE9900;
	text-decoration: none;
}

#right .link a:hover{
	color: #FE9900;
	text-decoration: underline;
}


#backnumberList {
	text-align: center;
	margin: 0px 0px 15px 0px;
}

#backnumberList a{
	color: #FE9900;
	text-decoration: none;
	font-weight: bold;
}

#backnumberList a:hover{
	color: #FE9900;
	text-decoration: underline;
	font-weight: bold;
}

