@charset "shift_jis";
/*----------------------------------------------------------------------------
BONJIN 2011, All rights reserved.
File name:common.css
Update:2011/02/28
------------------------------------------------------------------------------*/

/*Reset-----------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style: none;
}
fieldset, img{
     border: 0;
}
table{
    border-collapse: collapse; 
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}

img {
	border: 0;
	margin: 0;
}

p {
	margin: 0;
	padding: 0;
}

/*Basic-----------------------------------------------------------------------*/
body  {
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #22ABE6 url(../images/background_s.gif) repeat-x;
	color: #000000;
}

#Top {
	background: #22ABE6 url(../images/background.gif) repeat-x;
}

a {	text-decoration: underline;}

a:link, a:hover, a:visited, a:active {text-decoration: underline; color: #22abe6;}

/*Layout----------------------------------------------------------------------*/

#Container {
	width: 780px;
	background: #FFFFFF;
	margin: 25px 0;
} 

#Sidebar1 {
	float: right; 
	width: 400px;
	height: 550px;
	overflow: hidden;
	background: #EBEBEB;
/*	margin-right: 10px;
	padding: 0;*/
}

#Sidebar1 ul {
	margin: 300px 10px 0;
	text-align: right;
}

#MainContent {
	width: 370px;
	height: 550px;
	overflow: auto;
	background: url(../images/p_underline_s.gif);
	line-height: 20px;
	float: right;
	margin-left: 10px;
} 

/*Parts-----------------------------------------------------------------------*/
h1 {
	margin-bottom: 10px;
}

h2 {
	margin-bottom: 5px;
	font-size: 150%;
	font-weight: bold;
	color: #666666;
}

p {
	margin: 0 10px 10px;
}

.SmallText {
	font-size: 92%;
}

.Right {
	text-align: right;
}

div.Update {
	position: absolute;
	top: 457px;
}

div.Update h2 {
	margin-bottom: 0;
}

dl {
	margin: 0 10px 10px 30px;
}

dt {
	font-weight: bold;
	width: 120px;
	float: left;
	color: #22abe6;
}

dd {
	width: auto;
}

dt.NoFlort {
	float: none;
}

li {
	background: url(../images/list_icon.gif) left top no-repeat;
	padding-left: 25px;
}