/* 全体 */
body{
	/* background: #505050 url(images/bg.gif); */
        background: #CCCCCC; 
	color: #494949;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 100%;
	padding:0;
	margin: 0;
	text-align:center;
}

img
{
	border: 0;
}
form
{
	margin: 0;
}

h1,h2,h3,h4,h5,h6
{
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
}

/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
li
{
	padding: 0 0 0 5px;
	margin: 0px;
}

/*
body{
	margin:0px;
	padding:0px;
	text-align:center;
	font-family: "ＭＳ Ｐゴシック", "Osaka";

}
*/
#layout{
	margin:10px auto;
	padding:0px;
	width:780px;
	/*border-width: 2px;
	border-style: solid;
	border-color: #E0E0E0;*/
	background: white;
        background-image:  url(images/back_gr.jpg);
	background-repeat: repeat-y;
        background-position: right;

}


#migi_box{
	text-align:left;
	float:left;
	width:180px;
	padding:5px 0 px;
	margin-left: 10px;

}

#t_content_box{
	float:left;
	width:360px;
	margin-left: 10px;
	padding:5px 0 px;
	text-align:left;
}

#t_content_box h4{
        border-style:solid; 
	border-color: #87BAEB;
        border-width:0px 0px 0px 5px;
	padding: 5px;
        margin:5px;
	text-align:left;
        font-weight:bold;
	font-size:110%;	
}

#left_box{
	width:200px;
	float:left;
	margin:0px;
	padding:5px 0px 0px 5px;
	margin-left:1px;


}


/* Basic classes */

.g_left{
	text-align:left;
}

.g_right{
	text-align:right;
}

.g_center{
	text-align:center;
}

.g_clear{

	clear: both;
}

.box_left{
	float:left;
	width:180px;
}

.box_right{
	float:right;
	width:180px;
}

#t_content_box h3{
	margin:5px 0px 12px 0px;
	padding:0px 0px 0px 15px;
	background:url(./images/h3back.jpg) no-repeat 0px 6px;
	border-bottom:double 3px #87BAEB;
	font-weight:bold;
	
}

#t_content_box h2,h3 a{
	text-decoration:none;
	
}

/*-------------------------------------------------
  ヘッダー
-------------------------------------------------*/

#header_box{
	width:780px;
	padding:0px;
	margin:0px;
	text-align:left;
	/* background: #505050 url(images/bg.gif); */  
       background: #CCCCCC; 
}
#header_box_top{
	text-align:right;
	width:770px;
	margin-bottom:10px;
}

#header_box_top1{
	both:clear;
	text-align:left;

}

#header_box h1{

	float:left;
	margin:0px;
	padding:0px;
	font-size: 120%;
}

#header_box h2{
	font-size: 114%;
	text-align:right;
	background: url(images/top_back.png) repeat-x;
	padding:2px;
}

#header_box img{
	float:left;
}


#footer{
	clear: both;
	margin-top: 10px;
	/*background: #505050 url(images/bg.gif);*/ 
        background: #CCCCCC; 

	
}

#navi{
	text-align:left;
        line-height:150%;
        margin:5px 0px 0px 10px;
        padding:0px
}


.g_menu{
	float:left;
	width:75px;
	margin:3px 0px 3px 3px;
	text-align:center;
	border-top: 2px none;
	border-right: 2px solid #FFCC33;
	border-bottom: 2px none;
	border-left: 2px none;
	font-size: 14px;



}

.clear{
	clear:both;
}
.pan_navi{
	clear:both;
	padding:5px;
}
.navi-left {
	width:80px;
	text-align:center;
	float:left;
	margin:3px 0px 3px 3px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFCC33;
	border-left-color: #FFCC33;
	font-size: 14px;

}

.waku{ 
	border: solid 1px #87BAEB;
	margin: 0px 0px 10px 0px;
	padding: 5px;

	text-align:center;
	font-size:90%;	


}

.waku h4{
        border-style:solid; 
	border-color: #87BAEB;
        border-width:0px 5px;
	padding: 5px;
        margin:5px;
	text-align:center;
        font-weight:bold;
	font-size:110%;	


}

.waku p{
	padding: 0px;
        margin:5px;
}

.viewbody{
	margin:0px 0px 5px 25px;
        padding: 0px;
	list-style-type: decimal;
	text-align:left;
	
}

.viewbody li{
        background: url() ;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
	width: 20%;
}
.leftbox {
	float: left;
	border-right: 2px solid #ccc;
}
.rightbox {
	float: right;
	border-left: 2px solid #ccc;
}

.tuzuki{
	text-align:right;
	font-size:80%;
}

.edit{
	text-align:right;
	font-size:60%;
}

.fontmini{
	font-size:60%;
}