@charset "utf-8";

/*ベースのＣＳＳ.*/
body {
	font-family: "A-OTF じゅん Pro 201", Osaka, "A-OTF 新ゴ Pro L", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ ProN W4", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3";
	color: #333333;
	font-size: 12px;
	text-align: center;
	background-image: url(../img/general/bg-content.gif);
	background-repeat: repeat-x;
}
h2 {
	margin: 0px;
	font-size: medium;
	font-family: "A-OTF じゅん Pro 201", Osaka;
}

.red {
	color: red !important;
}

.error_input {
	background-color: red !important;
}


/*リンクの基本設定*/
a {
	color: #F30;
}
a:hover {
	color: #690;
}
a img {
    border-style:none;
}

/*コンテンツ、中身*/
.news {
	width:100%;/* IEのバグ対策だそうです */
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #D5D5D5;
}
.news h2 {
	color: #F30;
	padding-left: 30px;
	font-family: "A-OTF じゅん Pro 201", Osaka, "A-OTF 新ゴ Pro L", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ ProN W4", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3";
	font-size: 16px;
	background-image: url(../img/onlinejournal/title-top.jpg);
	background-repeat: repeat-y;
	padding-top: 2px;
}
.news h3 {
	font-family: "A-OTF じゅん Pro 201", Osaka, "A-OTF 新ゴ Pro L", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ ProN W4", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3";
	font-size: 12px;
	color: #333;
	text-align: left;
	padding-left: 30px;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FC0;
}
#main .news p img {
	padding-bottom: 10px;
	padding-left: 10px;
}
.news p {
	line-height: 1.5em;
	padding-left: 30px;
	padding-right: 30px;
	font-family: "A-OTF じゅん Pro 201", Osaka, "A-OTF 新ゴ Pro L", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ ProN W4", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3";
	font-size: 14px;
	text-indent: 20px;
	color: #333;
}
.posted {
	clear: both;
	text-align: right;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #D5D5D5;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	}

/*左側のメニュー*/
#menu {
	background-color: #FFFFFF;
	background-image: url(../img/general/back.gif);
	padding-bottom: 10px;
}
#menu h2 {
	color: #FFF;
	background-image: url(../img/general/midashiback-g.gif);
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	}
#main .news h2 a:hover {
	color: #660;
	text-decoration: none;
}

/*メニュー内のコンテンツ*/
#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 10px;
}
#search {
	margin-left: 10px;
}
#copyright {
	font-size: x-small;
	margin-left: 10px;
}
#content #header p img {
	text-decoration: none;
	margin-bottom: 10px;
}
#side #menu #membermenu h2 {
	clear: both;
}
#side #menu #membermenu h2 img {
	float: left;
}

#menu ul.clist {
	
	list-style-type:circle;
	padding: 10px;
	margin: 10px;
}
.nomarginbottom{
	margin-bottom:0px; 
	padding-bottom:0px;
}
.nomargintop{
	margin-top:0px;
	padding-top:0px;
}

#side #menu h2 img {
	float: left;
}
#side #menu #membermenu h2 a {
	font-family: "A-OTF じゅん Pro 201", Osaka, "A-OTF 新ゴ Pro L", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ ProN W4", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3";
	text-decoration: none;
	color: #FFF;
}
#content #side #menu h2 a {
	color: #FFF;
	text-decoration: none;
}
#main .news h1 {
	font-family: "A-OTF じゅん Pro 201", Osaka, "A-OTF 新ゴ Pro L", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ ProN W4", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3";
	font-size: 14px;
	color: #330;
	background-image: url(../img/onlinejournal/title-top.jpg);
	background-repeat: repeat-y;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
/* Olivier PATCH */
div.image ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}

div.image ul li p {
	font-size: 10px;
	line-height: 140%;
	margin: 0;
	padding: 5px 15px 15px;
	text-align: center;
	
}

div.image {
	float: left;
}

div.image img {
	margin: 0 !important;
}

.f12{
font-size:20pt;
}