/* CSS */

*{
	text-align: left;
	margin-top: 0px;
	padding: 0;
}

body{ 
	text-align: center;
	font-size:15px;
	line-height:1.5em;
}

#container {
	width:770px;
	margin-left:auto;
 	margin-right:auto;
 	text-align:left;
}


/* ---------------- TOP ----------------- */

h1 {
	padding: 30px 0 0 40px;
	font-size:30px;
}

h1 a{
	padding: 25px 0 0 15px;
	border:0;
	text-decoration: none;
}


#container{
	width: 770px; 
}

#top{
	width: 770px;
	height: 150px;
	background-image: url("./img/top.jpg"); /* TOP画像 */
	background-repeat: no-repeat;
 }


#top2{
	width:770px;
	height:150px;
	background-image:url("./img/waku.gif");
	background-repeat:repeat-y;
	font-size:13px;
}

#top-link{
width:300px;
height:30px;
padding:30px 0 0 40px;
}


/* ------------ SPONSERD LINK ------------- */

#ads{
	width:770px;
	height:15px;
	padding: 10px 0 5px 23px;
	background-image:url("./img/waku.gif");
	background-repeat:repeat-y;
}


/* -------------- MAINとSIDE -------------- */

#main_and_side{
	float:left;
	width: 770px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	background-image: url("./img/waku.gif");
	background-repeat: repeat-y;
}


/* ---------------- MAIN ------------------ */

#main {
	width: 530px;
	float: right;
	margin: 20px 30px 30px 10px;
}

.midashi{
	vertical-align:top;
	color: #;
	border: solid mediumvioletred;  /* 記事見出しの色 */
	text-indent: 5px;
	border-width: 0 0 0 10px;
	font-size: 20px;
}

.sentence{
	margin:20px 0 45px 10px;
}


/* ----------------- SIDE ----------------- */

#side {
 width: 170px;
 float: left;
 margin:0px 10px 0px 20px;
}

.menu_or_link{ 
	height: 18px;
	margin: 20px 0 15px 0;
	color: white; /* メニューバーの文字の色 */
	background: mediumvioletred;  /* メニューバーの色 */
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	border: 1px solid mediumvioletred; /* 前ニューバーの枠の色 */
}


.menu_or_link_list{
	margin: 0 1px 0 1px;
	list-style: none;
}

.menu_or_link_list_item a
{
	width: 168px;
	height: 30px;
	text-indent: 5px;
	display: block;
	font-size: 12px;
	background-color: snow; /* コンテンツリンクの色 */
	line-height: 30px;
	letter-spacing: 0.1em;
	border: 1px solid silver; /* コンテンツリンクの枠の色 */
	text-decoration: none;
	color: dimgray; /* コンテンツリンクの文字の色 */
}

.menu_or_link_list_item a:hover{
	background: pink; /* カーソルを載せたときのコンテンツリンクの色 */
	border: 1px solid deeppink; /* カーソルを載せたときのコンテンツリンクの枠の色 */
	color: black; /* カーソルを載せたときのコンテンツリンクの文字の色 */
}


/* -------------- FOOTER -------------- */

#footer {
	clear:both;
	background-color: gainsboro;
	font-size:13px;
 	width: 770px;
	background-image: url("./img/waku.gif");
	background-repeat: repeat-y;
	text-align:center;
	text-decoration: none;
}

#footer a{
	text-decoration: none;
	color: dimgray;
}

/*-------------- 文字色 --------------*/

.pink{
	background-color:#F9D5CF;
	font-weight:bold;
}


/*----------- 画像等の配置 -----------*/

.center{
	text-align:center;
}

.left{
	text-align:left;
}

.right{
	text-align:right;
}