﻿@charset "utf-8";

/*******************************************************************************************************/
/*******************************************************************************************************/
/*******************************株式会社アライブ21　ベーススタイルシート********************************/
/*******************************************************************************************************/
/*******************************************************************************************************/




@import url("color.css");  /**** 文字色用スタイルシート ****/
@import url("midasi.css"); /**** 見出し用スタイルシート ****/
@import url("navi.css");   /**** ナビゲーション用スタイルシート ****/



/* clearfixここから------------------------------------------------------------- */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* clearfixここまで------------------------------------------------------------- */


/*-------------------------------------------基本設定-------------------------------------------------*/
/*---ボディ---*/
body {
	font-size: 12px;
	color: #333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 20px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*---リンク---*/
a {
	text-decoration: underline;
	color: #03F;
}
/*---リンクオーバー---*/
a:hover {
	color: #F30;
}




/*-------------------------------------------divボックス構造-------------------------------------------------*/
/*---ラッパー---*/
#wrapper {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #FFF;
	border: 1px solid #666;
}
/*---ヘッダー---*/
#header {
	float: left;
	width: 770px;
}
#header_left {
	width: 180px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#header_center {
	float: left;
	width: 480px;
	margin: 0px;
	padding: 0px;
}
#header_right {
	float: left;
	width: 100px;
	margin: 0px;
	padding: 0px;
}
#top_main {
	float: left;
	width: 770px;
}


/*---パンくずリスト---*/
#breadcrumbs {
	font-size: 12px;
	color: #666666;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	border-top-color: #FFFFFF;
	float: left;
	width: 770px;
	text-indent: 10px;
	text-align: left;
}

#breadcrumbs a {
	font-size: 12px;
	color: #369;
	text-decoration: none;
}
#breadcrumbs a:hover {

	font-size: 12px;
	color: #0066FF;
	text-decoration: underline;
}

/*---コンテンツ---*/
#contents {
	float: left;
	width: 770px;
	padding-bottom: 30px;
	text-align: left;
}

#contents_left {
	float: left;
	height: auto;
	width: 200px;
	margin-top: 20px;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 20px;
}
#contents_left ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	width: 198px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 0px;
	padding-top: 0px;
}

#contents_left li {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-indent: 30px;
	background-image: url(../images/list_marker.gif);
	background-repeat: no-repeat;
	background-position: 3px;
}
#contents_left li a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	background-image: url(../images/list_marker.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	width: 196px;
	color: #0066FF;
	background-color: #FFC;
}
#contents_left li a:hover {
	background-color: #FF6;
	width: 196px;
	color: #0000FF;
}




#contents_center {
	float: left;
	width: 520px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.top_center_banna {
	float: left;
}

#contents_right {
	height: auto;
	width: 150px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#contents_shop_index {
	float: left;
	float: left;
	width: 700px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#contents_shop_left {
	float: left;
	width: 340px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#contents_shop_right {
	float: left;
	width: 340px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#category_imgtitle {
	float: left;
	width: 700px;
	margin-bottom: 20px;
}

/*---テキストナビゲーション---*/
#txt_navi {
	font-size: 12px;
	text-align: center;
	clear: both;
	height: 40px;
	width: 770px;
	margin-top: 10px;
	float: left;
	line-height: 40px;
}
#txt_navi a {
	color: #900;
	text-decoration: none;
}
#txt_navi a:hover {
	color: #600;
	text-decoration: underline;
}
#copyright {
	width: 770px;
	text-align: center;
	background-image: url(../images/copyright.jpg);
	background-repeat: no-repeat;
	height: 25px;
	color: #FFF;
	font-size: 12px;
	line-height: 25px;
	float: left;
}
#copyright a {
	color: #FFF;
}
#copyright a:hover {
	color: #FFF;
}





/*---サイドメニュー---*/
#side_menu {
	width: 200px;
	padding-left: 10px;
	float: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 15px;   /*---ボックスの高さはこの値で決める！！！！！！！！！---*/
}
#side_menu ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	width: 195px;
}
#side_menu li {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-indent: 20px;
	width: 193px;
}
#side_menu li a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	background-image: url(../images/submenu_listmarker.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	width: 191px;
	color: #993300;
}
#side_menu li a:hover {
	background-color: #DEEDFE;
	width: 193px;
}




/*---コンテンツボックス---*/
#contents_box {
	width: 530px;
	float: right;
	padding-bottom: 30px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 15px;
}
#news {
	float: right;
	width: 200px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 15px;
	color: #666666;
	clear: none;
	margin-top: 20px;
	margin-bottom: 20px;
}
#news li {
	font-size: 12px;
	color: #666666;
	background-image: url(../images/list_marker.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	text-indent: 10px;
}
#news li a {
	font-size: 13px;
	color: #339966;
	left: -20px;
	font-weight: bold;
}
#news li a:hover {
	color: #336600;
	text-decoration: underline;
}
#article_body {
	width: 530px;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}
#article_list {
	width: 480px;
}
#news_box {
	padding: 5px;
	width: 188px;
	border: 1px solid #cccccc;
	height: auto;
	float: left;
}
#news_title {
	float: left;
	width: 200px;
	background-image: url(../images/topics.gif);
	height: auto;
}

/*---フッター---*/

#footer {
	float: left;
	width: 770px;
	background-image: url(images/footer_img_w770.jpg);
	background-repeat: no-repeat;
	clear: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}
#footer_logo {
	float: left;
	width: 770px;
}

#footer_txt_left {
	font-size: 11px;
	line-height: 11px;
	float: left;
	width: 250px;
	margin-top: 8px;
	margin-left: 30px;
	height: 50px;
	text-align: left;
}
#footer_txt_center {
	font-size: 11px;
	float: left;
	width: 200px;
	margin-top: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	line-height: 11px;
	height: 50px;
	padding-left: 10px;
	text-align: left;
}

#footer_txt_right {
	font-size: 11px;
	line-height: 11px;
	float: left;
	width: 200px;
	margin-top: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	padding-left: 10px;
	height: 50px;
	text-align: left;
}
#footer_copyright {
	font-size: 12px;
	float: left;
	width: 770px;
	margin-top: 10px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/footer_c_bar_w770.jpg);
}


.left_box {
	float: left;
	width: 200px;
	margin-bottom: 10px;
}
.left_box_txt {
	float: left;
	width: 200px;
	margin-bottom: 10px;
	font-size: 10px;
	line-height: 15px;
}

.right_box {
	float: left;
	width: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.list_box {
	border: 1px solid #999;
	float: left;
	width: 340px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.index_bosyu_banna {
	width: 340px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.syousai_button {
	display: block;
	margin: 3px;
}

.syozaiti {
	font-size: 14px;
	font-weight: bold;
	color: #096;
	line-height: 14px;
	text-align: left;
	display: block;
	margin: 3px;
}
.gyousyu {
	font-size: 14px;
	color: #333;
	display: block;
	margin: 3px;
}
.list_photo {
	float: left;
	height: 60px;
	width: 80px;
	margin: 5px;
}
.list_right_box {
	float: left;
	width: 230px;
	margin: 5px;
}
.ad_box {
	width: 198px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.ad_box_w150 {
	float: left;
	width: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.contents_center_txt {
	font-size: 14px;
	line-height: 30px;
	width: 510px;
	text-align: left;
	float: left;
	margin-bottom: 30px;
	padding-bottom: 30px;
}




.w700_banna {
	float: left;
	width: 700px;
	padding-top: 10px;
	padding-bottom: 30px;
}
.header_txt_1 {
	font-size: 10px;
	color: #AAB30D;
	float: right;
	width: 550px;
	padding-top: 3px;
	padding-right: 10px;
	line-height: 5px;
}
.header_txt_2 {
	font-size: 10px;
	color: #960;
	float: right;
	width: 200px;
	padding-top: 10px;
	padding-right: 50px;
	clear: right;
	line-height: 15px;
}
.content_box {
	float: left;
	width: 500px;
}
.content_w460 {
	float: left;
	width: 460px;
	margin-left: 30px;
	margin-bottom: 30px;
}

/******************************************************** テーブルの装飾 ************************************************************************/


/***********  テーブル1↓　*********************************/

.table_1 {
	border-collapse: collapse;
	border: 1px solid #999;
	font-size: 12px;
} 

.table_1 td{
	border: 1px solid #999;
	text-align: left;
	line-height: 20px;
} 

.table_1 th{
	border: 1px solid #999;
	color: #666;
	background-color: #F0F0F0;
	line-height: 15px;
} 

/***********  テーブル1↑　*********************************/

/***********  テーブル2↓　*********************************/

.table_2 {
	border-collapse: collapse; /* 枠線の表示方法 */
	border: 1px #CCCCCC solid;
} 

.table_2 td{
	border: 1px #CCCCCC solid; /* セルの枠線（太さ・色・スタイル） */
	text-align: left;
} 

.table_2 th{
	border: 1px #CCCCCC solid; /* セルの枠線（太さ・色・スタイル） */
	background-color: #FFC;
	color: #396;
} 

/***********  テーブル2↑　*********************************/
.content_left_w200 {
	float: left;
	width: 200px;
}
.content_right_w250 {
	float: left;
	width: 250px;
	margin-left: 10px;
}
.one_content {
	float: left;
	width: 700px;
	margin-left: 35px;
}
.top_image_buru {
	float: left;
	width: 250px;
	margin-top: 30px;
}
.top_button {
	float: left;
	width: 160px;
	margin-top: 20px;
	margin-left: 15px;
}
.top_txt {
	float: left;
	width: 400px;
	margin-top: 30px;
	margin-left: 20px;
	font-size: 12px;
	line-height: 30px;
}


.sitemap {
	font-size: 12px;
	line-height: 20px;
}

.sitemap li {
	font-size: 14px;
	line-height: 30px;
	background-repeat: no-repeat;
	list-style-type: disc;
	text-indent: 17px;
	background-position: 0px;
	color: #03C;
}
.sitemap li a {
	color: #03C;
	font-size: 12px;
	text-decoration: underline;
}

