a{
	color: #4169e1;
	text-decoration: none;
}
a:hover{
	color: #4169e1;
}
img {
	border : none;
}
strong {
	font-weight: normal;
}
input {
	font-size: 12px;
}

div {
	margin: 0;
	padding: 0;
}

body{
	font-size: 12px;
	line-height: 130%;
	color: #333333;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	text-align: center;
}

/**************/
#baseBlock {
	width: 876px;
	padding: 0 0 20px;
	margin: 0 auto;
	text-align: left;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	background-color: #F5F5F5;
}
/**************/

#topTitle h1{
	font-size: 24px;
	color: #081A36;
	margin: 0 0 0 20px;
	padding: 5px 0;
	text-align: left;
	float:left;
	width: 300px;
}

#topTitle div{
	margin: 10px 20px 0 0;
	float:right;
	text-align: right;
	width:468px;
}

/* (dougapostNew) */
#MarqueeCL {
	background-color:#FFFFFF;
	width:468px;
	height:15px;
	border: 1px solid #a9a9a9;
	margin: 0;
	padding:3px;
}

#MarqueeCL A{
	margin: 0 30px 0 0; 
	padding:0px;
	
	color: #0000FF;
	font-size:12px;
	text-decoration: none;
}
#MarqueeCL A:hover{
	color: #0000FF;
	text-decoration: underline;
}

/**************/
#contents {
	margin: 0;
	padding: 0 10px 0;
	clear: both;
}

/**************/
#headContents {
	padding: 3px 5px 3px 0px;
	text-align:right;
	background-color:#EEEEEE;
}
#headContents a {
    text-decoration: underline;
}

#linkDougaPost a{
	color: #333333;
	text-decoration: none;
}
#linkDougaPost a:hover{
	color: #333333;
	text-decoration: none;
}
/**************/
/* (LeftMenu+main) */
#leftContents{
	float:left;
	width:668px;
}

/**************/
/* (Right) */
#rightContents{
	float:right;
	width:180px;
}

/**************/
/* (main)  */
#mainContents {
	float : right;
	width : 500px;
	margin: 5px 0 0;
	padding: 0px;
}

.mainHead {
	margin: 0;
	padding: 0 0 0 15px;
	height:28px;
	line-height:28px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../img/mainBody_Back_Head.gif);background-repeat:no-repeat;
}
.mainBody {
	margin: 0px 0px;
	padding: 10px 13px 0;
/*	padding: 10px 15px 0;*/
	font-size: 12px;
	color: #333333;
	line-height: 140%;
	letter-spacing:0.05em;
	background-image: url(../img/mainBody_Back_Body.gif);background-repeat:repeat-y;
}

.mainBodyTop {
	margin: 0px;
	background-image: url(../img/mainBody_Back_Top.gif);background-repeat:no-repeat;
	height:8px;
	font-size:1px;
}

.mainBodyBottom {
	margin: 0px;
	background-image: url(../img/mainBody_Back_Bottom.gif);background-repeat:no-repeat;
	height:8px;
	font-size:1px;
}

/**************/
/* (LeftMenu) */
#menuLeftContents {
	float : left;
	width : 160px;
}

.menuBase {
	width : 100%;
	margin: 5px 0px 5px;
	padding: 0px;
}

.menuHead {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #9999ff;
	font-size: 12px;
	text-align:center;

	height:23px;
	line-height:23px;
	background-image: url('../img/nemuHeadB.gif');background-repeat:no-repeat;
}

.menuBody {
	margin: 0px;
	padding: 5px 3px 5px 3px;
	font-size: 10px;
	color: #333333;
	background-image: url('../img/nemuBodyB.gif');background-repeat:repeat-y;
}
.menuBody a {
	font-size: 12px;
	color: #333333;
	text-decoration:none;
}
.menuBody a:hover {
	color: #000000;
	text-decoration : underline;
}
.menuBody ul {
	padding: 2px 0px 2px 10px;
	margin: 0px;
}
.menuBody ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	list-style-type: square;
	font-size: 12px;
	line-height: 120%;
}
.menuBody p{
	margin:0.2em;
}

.menuFoot {
	width:100%;
	margin: 0px;
	padding: 0px;
	height:7px;
	background-image: url('../img/nemuFootB.gif');background-repeat:no-repeat;
	font-size:1px;
}

/**************/
/* footer  */
#footContents {
	clear:both;
	padding:20px 0 0;
	text-align:center;
}

