/*------基本部分------*/
a:link {
	color: #0000FF;
	text-decoration: underline;

}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	color: #0000FF;
	text-decoration: underline;
}
body {
	text-align:leftr;
	background-color: #E6E6FA;
	margin: 5px;
	background: url("http://bringup.zenjin.net/img/back.gif");
	color:#666;
	font-size: 10px;
}	
#base {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-color: #FFF;
}

h1 {
	padding: 0px;
	margin: 0px;

}

h2 {
	font-size: 16px;
	margin: 0px;
}

/*------基本部分終了------*/

/*------ヘッダー部分------*/
#header {
	background-repeat: no-repeat;
	height: 100px;
	width: 750px;
}

#intro {
	font-size: 15px;
	letter-spacing: 1px;
　　　　　　　font-weight: bold;
                color: #000000;
}
#title {
　　　　　　　margin-top: 10px;
	padding-left: 10px;
}

#header a:link {
	color: #ff0000;
	text-decoration: none;
}
#header a:visited {
	color: #ff0000;
	text-decoration: none;
}
#header a:hover {
	color: #ff0000;
	text-decoration: none;
}
#header a:active {
	color: #ff0000;
	text-decoration: none;
}
.subtitle {
	padding-left: 15px;
	padding-right: 15px;
}

/*------ヘッダー部分終了------*/

/*------メイン部分------*/

/*------右上部分------*/

#right {
	width: 555px;
	align:right;
	font-size: 12pt;
	margin-top: 10px;
	margin-bottom: 5px;　

}
#right .info {
	margin: 0px 0px 0px 20px;
	padding: 5px;
	float: right;
	text-align: left;
	font-size: 12px;
	color: #666;
	width: 530px;
}
#right h2 {
	border: 2px solid #CCC;
	font-size: 25Px;
	color: #191970;
	margin: 5px 5px 5px 15px;
	font-weight:bold;
　float: center;
}
#right.a {
	clear: both;
}

/*------右上部分ここまで------*/


/*------サイドバー部分------*/
#left {
	width: 160PX;
border: 2px solid #cccccc;
	float: left;
	margin-top: 15px;
	margin-left: 5px;
	background-color:#ffffff;
	font-size: 13px;
color: #000;
                
}

#left h2 {
	font-size: 14px;
	color: #fff;
	background-color:#191970;
}

#left a {
	color:#0000FF;
}
		
#left a:hover{
	color : #0000FF;
	text-decoration: underline;
}


/*------サイドバー部分終了------*/

/*------メイン部分終了------*/

/*------フッター部分------*/
#footer {
	font-size: 10px;
	background-color: #191970;
	text-align: center;
	margin: 0px;
	padding: 1px;
	display: block;
                color:#fff;
	text-decoration: none;
	clear: both;
}

#footer a {
	color:#fff;
font-weight:bold;

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

/*------フッター部分終了------*/
