@charset "UTF-8";

/*
 Share Style [
--------------------------------------------- */
* {
	margin:0;
	padding:0;
}


h1,h2,h3,h4,h5,h6 {
	font-size: small;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

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;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

p,li,dt,dl {
	margin: 0;
}

li {
	list-style-type: none;
}

img {
	border: 0;
}

hr {
	display: none;
}

.clear {
	clear: both;
}

.clear 
span {
	display: none;
}


/*
 Link Color [
--------------------------------------------- */
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/*
 Common [
--------------------------------------------- */
body {
	background: #ebebeb url(../img/wrapper_bg.gif) repeat-y top center;
	font-family: Verdana,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 1.6;
	text-align: center;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
	height: auto;
}

/*
 container [
--------------------------------------------- */
#conteainer_top {
	padding: 0 33px;
	text-align: left;
}

#conteainer_in {
	padding-left:29px;
	text-align: left;
}

/*
 header [
--------------------------------------------- */
#header {
}

.header_l {
	float: left;
}

.header_r {
	float: right;
}


/*
 contents [
--------------------------------------------- */
#contents_top {
	clear: both;
	padding-top: 25px;
}

#contents_in {
	width: 450px;
	float: right;
	margin-right: 33px;
	display: inline;
	padding-bottom: 30px;
}

#menu_in {
	width: 228px;
	float: left;
}

/*
 footer [
--------------------------------------------- */
#footer {
	padding: 30px 33px 0 32px;
	text-align: left;
	clear: both;
}



/* --------------------------------------------------------------------------------------------------------------------------- index.html */
.contents_l {
	width: 348px;
	float: left;
}

.contents_r {
	width: 348px;
	float: right;
}

#contents_top 
dl {
	display: block;
	line-height: 1.8;
	border-bottom: #9e9e9e 1px dotted;
	margin-bottom: 17px;
}

#contents_top 
dt {
	color: #9e9e9e;
	font-weight: bold;
}

#contents_top 
dd {
	color: #1111e3;
	font-weight: bold;
}

.contents_foot {
	clear: both;
}

.member_news {
	float: left;
	display: block;
}

.member_news_txt {
	color: #1111e3;
	font-weight: bold;
	float: left;
	padding-left: 250px;
}

.information_txt {
	float: right;
	padding-right: 5px;
	color: #1111e3;
	font-weight: bold;
}

/* --------------------------------------------------------------------------------------------------------------------------- blog/index.html */

#menu_frame {
	margin-left: 1px;
	margin-top: 9px;
	background: #ebebeb;
	line-height: 1.6;
	padding-bottom: 30px;
}

#calender {
	width: 227px;
	height: 194px;
	background: url(../img/in_calender_bg.gif) no-repeat;
	text-align: center;
}

/*↓↓カレンダーと差し替え後、消去↓↓*/
#calender 
p {
	padding-top: 20px;
}
/*↑↑カレンダーと差し替え後、消去↑↑*/

#menu_frame 
.menu_line {
	width: 183px;
	margin: 20px 22px 0 22px;
	padding-bottom: 30px;
	border-bottom: 1px #7f7f7f dotted;
} 

#menu_frame 
.title {
 	background: url(../img/in_title_icon.gif) no-repeat left center;
	margin-bottom: 5px;
}

#menu_frame 
.title p {
	padding-left: 23px;
	font-weight: bold;
	font-size: medium;
	color: #000000;
}

#menu_frame
dl {
}


#menu_frame 
dt {
	color: #9e9e9e;
	font-weight: bold;	
}

#menu_frame 
dd {
	color: #1111e3;
	font-weight: bold;
	margin-bottom: 5px;
}



#contents_in 
.menu_line {
	width: 450px;
	margin-top: 35px;
	padding-bottom: 20px;
	border-bottom: 1px #7f7f7f dotted;
}

#contents_in
dl {
}


#contents_in 
dt {
	color: #9e9e9e;
	font-weight: bold;	
}

#contents_in 
dd {
	color: #000000;
	font-weight: bold;
	margin-bottom: 5px;
}

#contents_in 
p {
	margin-bottom: 15px;
	font-weight: normal;
}

