@charset "utf-8";

/* 株式会社ココロ　スタイルシート
　 作成者：
　 平成00年00月00日
-------------------------------------------------------------------------------------*/


/* 基本スタイル
-------------------------------------------------------------------------------------*/

/* 全体
------------------------------*/

/* CSS Document */

html {
	color:#000;
	background:#FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img { border:0; }

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

li { list-style:none; }

caption, th { text-align:left; }

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

q:before, q:after { content:''; }

abbr, acronym {
	border:0;
	font-variant:normal;
}

sup { vertical-align:text-top; }

sub { vertical-align:text-bottom; }

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input, textarea, select { *font-size:100%;
}

legend { color:#000; }


/* ボディ
------------------------------*/
body {
	background: #F4F4F4;
	font: 75%/1.4 "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, "ＭＳ Ｐゴシック", Osaka;
	line-height: 18px;
}


/* リンク
------------------------------*/
a { color: #003399; }
a:visited { color: #333333; }
a:hover { color: #0066CC; }

/* 画像
------------------------------*/
img {
	border: none;
	vertical-align: top;
}

/*-----------------------------------------------
 __body
-----------------------------------------------*/
body {
      background-color:#000000;
      background-image:url(../img/bg.gif);
      background-repeat:repeat-x;
      color:white;
      font-family:メイリオ,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Sans-Serif;
      font-size:74.5%;
      line-height:1.5;
}
/*-----------------------------------------------
 __wrapper
-----------------------------------------------*/
#wrapper {
	width:1000px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper h1 {
	width:900px;
	text-align: right;
	padding-top: 10px;
	font-size: 85%;
	padding-bottom: 10px;
}

/*-----------------------------------------------
 __footer
-----------------------------------------------*/
#footer {
	clear:both;
	width:100%;
	background-repeat: repeat-x;
	background-image: url(../img/footer_bg.gif);
}

#footer ul {
	padding-left: 25px;
	width: 975px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer li {
	display:inline;
	background-image: url(../img/li_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 85%;
	color: #FFFFFF;
	padding-left: 10px;
	margin-right: 5px;
}

#footer p {
	font-size: 85%;
	width: 975px;
	display: block;
	text-align: right;
	height: auto;
	padding-top: 20px;
}

#footer p.cssxhtml {
	font-size: 85%;
	width: 975px;
	display: block;
	text-align: right;
	height: auto;
	padding-top: 5px;
}

#footer .inner1000 {
	width:1000px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
}

#footer a {
    color: #FFFFFF;
	text-decoration:none
}

#footer a:visited { 
    color: #FFFFFF;
}

#footer a:hover {
	color: #990000;
}

/*-----------------------------------------------
 __mainvisual
-----------------------------------------------*/

#image {
	width:1000px;
	float: left;
	margin-bottom: 15px;
	text-align: center;
}

/*-----------------------------------------------
 __menu
-----------------------------------------------*/
#menu {
	width:1000px;
	float: left;
	margin-bottom: 15px;
	height: auto;
}

#menu ul {
	text-align: right;
	width: 885px;
}

#menu li {
	display: inline;
}

/*-----------------------------------------------
 __contents
-----------------------------------------------*/
#contents {
	float:left;
	width:975px;
	padding-left: 25px;
	height: auto;
}

#mainpage {
	float:left;
	width:975px;
	height: auto;
	background-image: url(../img/contents_line_bg.gif);
	background-repeat: repeat-y;
}

/*-----------------------------------------------
 __maincontents
-----------------------------------------------*/

#maincontents {
	float:left;
	width:570px;
	height: auto;
}

/*-----------------------------------------------
 __main_sub内容
-----------------------------------------------*/

#news {
	float:left;
	width:470px;
	padding-left: 90px;
	margin-bottom: 20px;
}
#news a { color: #99FF66; }
#news a:visited { color: #99FF66; }
#news a:hover { color: #FFFFFF; }
#news h2 {
	float:left;
	width:470px;
}

#news dl {
	float:left;
	width: 470px;
	display: block;
	height: auto;
	padding-top: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#news dt {
	float:left;
	width: 85px;
	height: auto;
	display: block;
	margin-bottom: 10px;
}

#news dd {
	float:left;
	width: 340px;
	height: auto;
	display: block;
	padding-left: 15px;
	background-image: url(../img/dd_mark.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	margin-bottom: 10px;
}

#link {
	float:left;
	width:470px;
	padding-left: 90px;
	margin-bottom: 20px;
}

#link h2 {
	float:left;
	width:470px;
}

#link ul {
	float:left;
	display: block;
	margin-top: 10px;
	padding-top: 10px;
	height: auto;
	width: 470px;
}

#link li {
	float:left;
	display: inline;
	padding-bottom: 10px;
	padding-right: 15px;
}

/*-----------------------------------------------
 __sidecontents
-----------------------------------------------*/

#sidecontents {
	float:left;
	width:380px;
	display: block;
	height: auto;
}

#sidecontents h2 {
	width:290px;
	font-weight: bold;
}

/*-----------------------------------------------
 __side_sub内容
-----------------------------------------------*/

#side_sub {
	float:left;
	width:290px;
	display: block;
	height: auto;
	margin-bottom: 20px;
}

#side_sub h2 {
	width:290px;
	font-weight: bold;
}

#side_sub ul {
	width:380px;
	padding-top: 10px;
}

#side_sub li {
	font-size: 90%;
	display: block;
	float: left;
	width: auto;
	padding-left: 10px;
}
.red { color: #FF0000; }
