@charset "EUC-JP";
/**********************************
/           CSS Menu
**********************************
	1.Global
	2.Common
	3.Article
	4.side
	5.Other
*********************************/

/**********************************
***          Global             ***
**********************************/
*, table, tr, td{
	word-break:break-all;
	font-family:verdana, arial, sans-serif;
	margin:0px;
	padding:0px;
	font-size: 13px; /* モダンブラウザ向け */
	*font-size: small; /* IE 7向け */
	*font: x-small; /* IE 6以下 */
}

body{
	background-color: #FDFDBE;
	text-align:center;
	color:#666666;
	font-size: 13px; /* モダンブラウザ向け */
	*font-size: small; /* IE 7向け */
	*font: x-small; /* IE 6以下 */
}

a{
	color:#666666;
}

a:hover{
	text-decoration:none;
}

p{
	margin:0px;
	padding:10px;
}

#container{
	width:820px;
	margin:0 auto;
	text-align:center;
	background-image:url('http://www.minnaissho.info/images/bg.jpg');
	background-repeat:repeat-y;
}

#wrapper{
	width:800px;
	background-color:#FFF;
	margin:0 auto;
	text-align:center;
}

#header{
	width:800px;
	height:185px;
	background-image:url('http://www.minnaissho.info/images/bg_header.jpg');
	background-repeat:no-repeat;
	margin:0 auto;
	text-align:left;
	clear:both;
}

#header a{
	text-decoration:none;
}
#header a:hover{
	text-decoration:underline;
}

h1.blogtitle{
	padding:1px 10px;
	margin:0px;
	line-height:135%;
	font-size:13px;
	height:15px;
	font-weight:normal;
}

h2.pagetitle{
	background-image:url('http://www.minnaissho.info/images/bg_h2.jpg');
	background-repeat:no-repeat;
	margin:0 auto;
	text-align:left;
	width:500px;
	height:37px;
	font-size:18px;
	font-weight:bold;
	padding:20px 10px 3px 70px;
}

h3.articletitle{
	font-size:13px;
	font-weight:bold;
}

#newsinfo table{
	border-spacing:0px;
	margin:0px;
}

#newsinfo td{
	vertical-align:top;
	font-size: 13px;
	height:87px;
	overflow:hidden;
}

#maincolumn{
	width: 600px;
	float: right;
	clear:right;
	padding:0px;
	margin:0px;
	text-align:left;
}

.thum_article{
	width: 185px;
	height:185px;
	float:left;
	padding:0px;
	margin:5px;
	text-align:center;
	overflow:hidden;
}

#leftcolumn{
	width: 200px;
	float:left;
	padding:0px;
	margin:0px;
	text-align:left;
}

#menu{
	width: 200px;
	background-image:url('http://www.minnaissho.info/images/bg_menu.jpg');
	background-repeat:repeat-y;
}

#footer{
	width:820px;
	height:25px;
	margin:0px;
	padding:0px;
	text-align:center;
	vertical-align:middle;
	font-size: 13px;
	color:#FFFFFF;
	background-image:url('http://www.minnaissho.info/images/bg_footer.jpg');
}
