* {
	margin: 0px;
	padding: 0px;
}
body {
	width: 100%;
	font-size: 100%;
}
table,tr,th,td {
	border-collapse: collapse;
	padding:5px;
}
table {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
caption {
	text-align: left;
	font-size: 90%;
	margin-left: auto;
	padding-left: 2px;
	width: 95%;
	margin-right: auto;
	margin-bottom: 5px;
	background-color: #3399CC;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
th {
	white-space: nowrap;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #90B2CA;
	text-align: left;
	color: #333333;
	font-size: 80%;
	vertical-align: top;
	line-height: 1.7em;
}
td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 80%;
	line-height: 1.7em;
}

img {
	border: 0px;
}
input,textarea {
	border:1px groove #6699CC;
	background-color: #FFFFFF;
}
input{
	vertical-align:middle;
	height:1.5em;
	margin:3px;
}

/* */

#wraper {
	height: 100%;
	width: 100%;
	min-width:800px;
	position:relative;
	background-color: #FAECDA;
}


/* ヘッダー部分の定義*/
#header {
	background-color: #FABA66;
	background-image: url(images/bg_header.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: auto;
	width: 100%;
	clear: both;
	float: left;
}
#logo {
	height: 151px;
	background-image: url(images/top_header_right.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#header p {
	height: auto;
	width: 200px;
	padding-top: 130px;
	font-size: 80%;
	float: left;
	clear: right;
}
#header ul {
	clear: both;
	background-image: url(images/bg_navi.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 33px;
	width: 100%;
	list-style-type: none;
}
#header li {
	height: 33px;
	width: auto;
	display: inline;
	float: left;
}

/* コンテンツ部分の定義*/
#contents {
	width: 100%;
	height: auto;
	background-image: url(images/bg_blog.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FAECDA;
	float: left;
}

/* メインカラムの定義*/
#maincol {
	width: 64%;
	padding-left: 2%;
	float: left;
	padding-right: 2%;
	height: auto;
	background-color: transparent;
	background-image: url(images/bg_maincol.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#maincol h1 {
	font-size: 160%;
	padding-top: 50px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #660033;
	padding-bottom: 3px;
	margin-bottom: 5px;
	color: #333333;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#maincol h2 {
	font-size: 110%;
	margin-bottom: 20px;
	font-weight: normal;
	color: #666666;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #6699CC;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#maincol p {
	font-size: 90%;
	line-height: 1.6em;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#maincol h3 {
	margin-top: 10px;
	margin-bottom: 20px;
}
#maincol  h1 a {
	text-decoration: none;
	color: #333333;
}

#maincol  h3 a {
	text-decoration: none;
}
#maincol span {
	display: block;
	font-size: 80%;
	color: #333333;
}
.entry {
	padding-left: 40px;
	background-image: url(images/entryicon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 30px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	padding-right: 20px;
	line-height: 1.5em;
}
.entry h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#text img{
	margin-right:10px;
}
.author {
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 20px;
	font-size: 85%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;

}
.author li {
	display:inline;
	list-style-type:none;
	margin-right:6px;
	padding-left:10px;
}
.author li+li {
	border-left:1px solid #999;
}
.pagenavi {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 20px;
	font-size: 85%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;

}
.pagenavi li {
	display:inline;
	list-style-type:none;
	margin-right:6px;
	padding-left:10px;
}
.pagenavi li+li {
	border-left:1px solid #999;
}
#blognavi {
	text-align: right;
	font-size: 90%;
}

#blognavi li {
	display:inline;
	list-style-type:none;
	margin-right:6px;
	padding-left:10px;
}
#blognavi li+li {
	border-left:1px solid #999;
}
#profile {
	margin-top: 20px;
	background-color: #FFFFFF;
	width: 100%;
	padding-top: 10px;
}
#profile table {
	width: 95%;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
#profile caption {
	text-align: left;
	font-size: 90%;
	margin-left: auto;
	padding-left: 2px;
	width: 95%;
	margin-right: auto;
	margin-bottom: 5px;
	background-color: #3399CC;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
#profile th {
	white-space: nowrap;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #90B2CA;
	text-align: left;
	color: #333333;
	font-size: 80%;
}
#profile td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 80%;
	line-height: 1.7em;
}
#event_detail {
	margin-top: 20px;
	background-color: #FFFFFF;
	width: 100%;
	padding-top: 10px;
}
#event_detail table {
	width: 95%;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
#event_detail caption {
	text-align: left;
	font-size: 90%;
	margin-left: auto;
	padding-left: 2px;
	width: 95%;
	margin-right: auto;
	margin-bottom: 5px;
	background-color: #3399CC;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
#event_detail th {
	white-space: nowrap;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #90B2CA;
	text-align: left;
	color: #333333;
	font-size: 80%;
}
#event_detail td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 80%;
	line-height: 1.7em;
}
#event_entry {
	margin-top: 20px;
	background-color: #FFFFFF;
	width: 100%;
	padding-top: 10px;
}
#event_entry table {
	width: 95%;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
#event_entry caption {
	text-align: left;
	font-size: 90%;
	margin-left: auto;
	padding-left: 2px;
	width: 95%;
	margin-right: auto;
	margin-bottom: 5px;
	background-color: #3399CC;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
#event_entry th {
	white-space: nowrap;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #90B2CA;
	text-align: left;
	color: #333333;
	font-size: 80%;
}
#event_entry td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 80%;
	line-height: 1.7em;
}
#event_list {
	background-color:#FFFFFF;
	padding:10px;
}
#event_list h3 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 10px;
}
.event_text {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-bottom:20px;
	border-bottom:1px solid #CCCCCC;
	clear: both;
}
.org_navi {
	text-align: right;
	margin-top: 20px;
	font-size: 85%;
	padding-top: 5px;
	text-align: right;

}
.org_navi img {
	vertical-align: bottom;
}
.org_navi li {
	display:inline;
	list-style-type:none;
	margin-right:6px;
	padding-left:10px;
}
.org_navi li+li {
	border-left:1px solid #999;
}
#blog_entry {
	margin-top: 20px;
	background-color: #FFFFFF;
	width: 100%;
	padding-top: 10px;
}
#blog_entry table {
	width: 95%;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
#blog_entry caption {
	text-align: left;
	font-size: 90%;
	margin-left: auto;
	padding-left: 2px;
	width: 95%;
	margin-right: auto;
	margin-bottom: 5px;
	background-color: #3399CC;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
#blog_entry th {
	white-space: nowrap;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #90B2CA;
	text-align: left;
	color: #333333;
	font-size: 80%;
}
#blog_entry td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 80%;
	line-height: 1.7em;
}
/* コメント欄の定義 */
#commentbox{
	margin-top: 20px;
}
#commentbox h4 {
	font-size: 110%;
	font-weight: bold;
	background-color: #DEDEDE;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
.comment_text {
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	padding: 15px;
}
.comment_text h5 {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 100%;
	font-weight: bold;
}
.comment_text p {
}

#commentform {
	margin-top: 20px;
	margin-bottom: 20px;
}
#commentform h4 {
	font-size: 110%;
	font-weight: bold;
	background-color: #DEDEDE;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
#commentform_text {
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	padding: 15px;
}

/* サブカラムの定義*/
#subcol {
	height: 100%;
	width: 30%;
	float: right;
	font-size: 80%;
	background-color: #FFFFFF;
	/*background-image: url(images/bg_blog.gif);*/
	background-repeat: repeat-x;
	background-position: left top;
	clear: right;
}
#subcol h2 {
	color: #FFFFFF;
	background-color: #CC6666;
	margin-bottom: 5px;
	background-image: url(images/bg_righth2.jpg);
	background-repeat: repeat-x;
	background-position: left;
	height: 29px;
	width: auto;
	line-height: 24px;
	font-size: 110%;
	padding-left: 5px;
}
#subcol li {
	list-style-position: inside;
	list-style-image: url(images/arrow_right.gif);
	list-style-type: none;
	margin-bottom: 5px;
}
hr   {
	height:1px;
	color:#FFFFFF;
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #003C74;
	margin-top: 5px;
	margin-bottom: 5px;
}

#sublogin {
	background-color: #FFFFFF;
	padding: 5px;
	margin-top: 15px;
}
#sublogin p {
	margin-top: 5px;
}
#sublogin span {
	color: #CC0033;
}
#subserch {
	background-color: #FFFFFF;
	padding: 5px;
	margin-top: 20px;
}
#subserch ul {
	margin-bottom: 5px;
	margin-top: 5px;
}
#subabout {
	background-color: #FFFFFF;
	margin-top: 20px;
	padding: 5px;
}
#subabout p {
	margin-right: 10px;
	line-height: 1.5em;
}
#sublatest {
	background-color: #FFFFFF;
	padding: 5px;
	margin-top: 20px;
}
#sublatest p {
	margin-top: 5px;
	font-size: 90%;
	margin-bottom: 5px;
}
#subcomment {
	background-color: #FFFFFF;
	padding: 5px;
	margin-top: 20px;
}
#subcomment p {
	margin-top: 5px;
	font-size: 90%;
	margin-bottom: 5px;
}
#subcalendar {
	background-color: #FFFFFF;
	padding: 5px;
	margin-top: 20px;
}
.right {
	margin-left: 50px;
	margin-top: 10px;
	text-align: right;
}


/* フッター部分の定義*/
#footer {
	clear: both;
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: left;
	width: 100%;
	height: 155px;
	margin-top: 20px;
}
.copyright {
	margin-top: 15px;
	float: right;
	clear: right;
	font-size: 70%;
	text-align: right;
	margin-right: 20px;
	color: #666666;
}
#footer #footernavi {
    float: left;
	font-size: 80%;
	color: #666666;
	margin-top: 15px;
	margin-left: 20px;

}
#footer #footernavi li {
	display:inline;
	list-style-type:none;
	margin-right:6px;
	padding-left:10px;
}
#footer #footernavi li+li {
	border-left:1px solid #999;
}

/* リンクの定義*/

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #666666;
}

/* 装飾定義 */
.red{
	color: #FF0000;
}

