@charset "UTF-8";
/* CSS Document */

/*------------------------------resetCSS------------------------------*/
*{
	margin:0;
	padding:0;
	}
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; }
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
/*------------------------------basic------------------------------*/
body{
	color: #636363;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.7;
	text-align: center;
}
table {
	border-collapse: collapse; border-spacing: 0; font-size: inherit;
}
img {
	border-style:none;
}

a:link,a:visited {
	color: #004F9C;
	text-decoration: none;
	outline: none;
}
a:hover,a:active {
	color: #00A6FF;
	text-decoration: none;
	outline: none;
}
/*clear_fix*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear {
	width: 100%;
	height: 0;
	visibility: hidden;
	clear: both;
	border-style: none;
	border-width: 0;
}

/*------------------------------Basic Set------------------------------*/
#wrapper {
	width: 820px;
	overflow: visible;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#header {
	width: 820px;
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: #004200;
	margin-bottom: 5px;
}
#menu {
	width: 820px;
}


#container {
	width: 820px;
	clear: both;
}

#main {
	width: 643px;
	float: left;
	display: inline;
}

#side {
	width: 160px;
	float: right;
	display: inline;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 50px;
}

/*------------------------------header_design------------------------------*/
#header h1 {
	background-image: url(../img/common/title_koizumi.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 383px;
	line-height: 1px;
	text-indent: -9999px;
	background-position: bottom;
}
/*------------------------------menu_design------------------------------*/
h2.menu {
	text-indent: -9999px;
	height: 5px;
}
#menu ul {
	width: 820px;
}
#menu ul li {
	text-indent: -9999px;
	background-repeat: no-repeat;
	padding: 0px;
	float: left;
}

/*menu-link------------------------------*/
#menu ul li#aa a, #menu ul li#cc a, #menu ul li#dd a, #menu ul li#hh a {
	display: block;
	margin: 0;
	background-repeat: no-repeat;
	height: 47px;
	width: 103px;

}
#menu ul li#bb a, #menu ul li#ee a, #menu ul li#ff a, #menu ul li#gg a {
	width: 102px;
	display: block;
	margin: 0;
	background-repeat: no-repeat;
	height: 47px;
}

#aa a:link, #aa a:visited {
	background-image: url(../img/common/menu/home.gif);
}
#aa a:hover, #aa a:active {
	background-image: url(../img/common/menu/home-over.gif);
}
#bb a:link, #bb a:visited {
	background-image: url(../img/common/menu/profile.gif);
}
#bb a:hover, #bb a:active {
	background-image: url(../img/common/menu/profile-over.gif);
}
#cc a:link, #cc a:visited {
	background-image: url(../img/common/menu/policy.gif);
}
#cc a:hover, #cc a:active {
	background-image: url(../img/common/menu/policy-over.gif);
}
#dd a:link, #dd a:visited {
	background-image: url(../img/common/menu/report.gif);
}
#dd a:hover, #dd a:active {
	background-image: url(../img/common/menu/report-over.gif);
}
#ee a:link, #ee a:visited {
	background-image: url(../img/common/menu/live.gif);
}
#ee a:hover, #ee a:active {
	background-image: url(../img/common/menu/live-over.gif);
}
#ff a:link, #ff a:visited {
	background-image: url(../img/common/menu/library.gif);
}
#ff a:hover, #ff a:active {
	background-image: url(../img/common/menu/library-over.gif);
}
#gg a:link, #gg a:visited {
	background-image: url(../img/common/menu/blog.gif);
}
#gg a:hover, #gg a:active {
	background-image: url(../img/common/menu/blog-over.gif);
}
#hh a:link, #hh a:visited {
	background-image: url(../img/common/menu/theminutes.gif);
}
#hh a:hover, #hh a:active {
	background-image: url(../img/common/menu/theminutes-over.gif);
}

/*menu-Preview NOW------------------------------*/
#menu ul li#aa-now, #menu ul li#cc-now, #menu ul li#dd-now, #menu ul li#hh-now {
	display: block;
	margin: 0;
	background-repeat: no-repeat;
	height: 47px;
	width: 103px;

}
#menu ul li#bb-now, #menu ul li#ee-now, #menu ul li#ff-now, #menu ul li#gg-now {
	width: 102px;
	display: block;
	margin: 0;
	background-repeat: no-repeat;
	height: 47px;
}

#aa-now {
	background-image: url(../img/common/menu/home-now.gif);
}
#bb-now {
	background-image: url(../img/common/menu/profile-now.gif);
}
#cc-now {
	background-image: url(../img/common/menu/policy-now.gif);
}
#dd-now {
	background-image: url(../img/common/menu/report-now.gif);
}
#ee-now {
	background-image: url(../img/common/menu/live-now.gif);
}
#ff-now {
	background-image: url(../img/common/menu/library-now.gif);
}
#gg-now {
	background-image: url(../img/common/menu/blog-now.gif);
}
#hh-now {
	background-image: url(../img/common/menu/theminutes-now.gif);
}


/*------------------------------side_design------------------------------*/

#side h2 {
	background-image: url(../img/common/title_guide.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#side p {
	font-size: 12px;
	line-height: 1.4em;
}

#side img {
	margin-bottom: 5px;
}

#side ul {
	width: 160px;
	margin-bottom: 6px;
}

#side ul li {
	height: 38px;
	width: 160px;
	float: none;
}

#side ul li a {
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 38px;
	width: 160px;
	margin-top: 3px;
}

#inf01 a:link, #inf01 a:visited {
	background-image: url(../img/common/sub/webmember.gif);
}
#inf01 a:hover, #inf01 a:active {
	background-image: url(../img/common/sub/webmember-over.gif);
}

#inf02 a:link, #inf02 a:visited {
	background-image: url(../img/common/sub/doushikai.gif);
}
#inf02 a:hover, #inf02 a:active {
	background-image: url(../img/common/sub/doushikai-over.gif);
}

#inf03 a:link, #inf03 a:visited {
	background-image: url(../img/common/sub/net.gif);
}
#inf03 a:hover, #inf03 a:active {
	background-image: url(../img/common/sub/net-over.gif);
}

#inf04 a:link, #inf04 a:visited {
	background-image: url(../img/common/sub/jimin.gif);
}
#inf04 a:hover, #inf04 a:active {
	background-image: url(../img/common/sub/jimin-over.gif);
}

/*side-Mobile-all---------------------*/

#side .mobile {
	border: 1px solid #D2D3D3;
	margin-bottom: 5px;
}
#side .mobile-in {
	background-image: url(../img/common/mobile_back.gif);
	margin: 1px;
}

#side .mobile-in p {
	margin-right: 5px;
	margin-left: 5px;
}
#side .mobile-in p.center{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

/*------------------------------Footer-design------------------------------*/
#footer a:link, #footer a:visited{
	font-size: 12px;
	margin-left: 15px;
	color: #666;
	background-image: url(../img/common/pointbt.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	line-height: 1em;
	padding-left: 7px;
}
#footer a:hover, #footer a:active{
	font-size: 12px;
	margin-left: 15px;
	color: #666;
	background-image: url(../img/common/pointbt-over.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	line-height: 1em;
	padding-left: 7px;
	text-decoration: underline;
}

address {
	font-size: 12px;
	line-height: 1em;
	padding: 7px;
	background-color: #003D00;
	color: #FFF;
}
#footer p.copy {
	font-size: 10px;
	line-height: 1em;
	padding: 7px;
}

/*------------------------------linkset-all------------------------------*/

.linkset {
	text-align: right;
	padding-top: 5px;
	width: 100%;
}

.linkset a:link, .linkset a:visited {
	font-size: 11px;
	line-height: 1em;
	color: #666;
}
.linkset a:hover, .linkset a:active {
	color: #666;
	text-decoration: underline;
}

