@charset "utf-8";

/* 白黒反転の共通スタイル */


* {
	margin : 0;
	padding : 0;
}

/* 画像 */

img {
	border-width : 0;
	border-style : none;
}


/* ページ背景 */

body {
	background : #000000 url(../img/black.gif);}


/* 文字色、文字サイズ、行間 */

body {
	color : #FFFFFF;
	font-size : 110%;
	line-height : 1.45;
}
tr,td {
	font-size : 95%;
}


/* リンク色 */

a:link {
	color : #FFCCFF;
	text-decoration : underline;
}
a:hover, a:focus {
	text-decoration : none;
	color : #FFFFFF !important;
	background-color : #333333 !important;
}
a:visited {
	color : #CC9999;
	text-decoration : underline;
}

#clickhome a:hover {
	background : none !important;
}
#wrapC a:link {
	text-decoration : none;
	border-bottom : 1px solid #3300CC;
	padding-top : 1px;
	padding-bottom : 1px;
}
#wrapC a:hover,a:focus {
	background-color : #333333;
	text-decoration : none;
	border-top : 1px solid #CC3366;
	border-bottom : 1px solid #CC3366 !important;
	padding-top : 1px;
	padding-bottom : 1px;
}
#gmenu a {
color : #FFCCFF;
}
#wrapF a:visited {
	text-decoration : none;
	border-bottom : 1px solid #663366;
	padding-top : 1px;
	padding-bottom : 1px;
}
#wrapF a:link {
	text-decoration : none;
	border-bottom : 1px solid #3300CC;
	padding-top : 1px;
	padding-bottom : 1px;
}
#wrapF a:hover,a:focus {
	background-color : #FFFFDE;
	text-decoration : none;
	border-top : 1px solid #CC3366;
	border-bottom : 1px solid #CC3366 !important;
	padding-top : 1px;
	padding-bottom : 1px;
}
#wrapF a:visited {
	text-decoration : none;
	border-bottom : 1px solid #663366;
	padding-top : 1px;
	padding-bottom : 1px;
}

/* 本文 */


h1 {
	clear : right;
	font-size : 150%;
	font-weight : 900;
	color : #FFFFFF;
	margin-top : 12px;
}
h2 {
	font-size : 125%;
	font-weight : 600;
	color : #FFFFFF;
	background-color : #000000;
	border-top : solid 1px #CCCCCC;
	border-bottom : solid 1px #CCCCCC;
	border-left : solid 0.5em #CCCCCC;
	width : 96%;
	padding-left : 6px;
	margin : 6px 0 10px 0;
}
h3 {
	font-size : 100%;
	font-weight : 600;
	color : #FFFFFF;
	padding-left : 16px;
	margin : 6px 0 4px 4px;
	background : #000000 url(../img/lsmk_orange_bk.gif) left center no-repeat;
}
h4,h5,h6 {
	font-size : 90%;
	font-weight : 600;
	color : #FFFFFF;
	padding-left : 12px;
}


p {
	padding-left : 16px;
	margin-bottom : 10px;
}


hr {
	width : 96%;
	color : #CCCCCC;
	border : 0;
	height : 1px;
	background-color : #CCCCCC;
}


/* リストデザイン */


/* 冒頭メニューのリストデザイン */

#unimenu ul {
	list-style : none;
}
#unimenu li {
	float : left;
	margin : 0 5px;
	white-space : nowrap;
	font-size : 105%;
	font-weight : 600;
}
#unimenu ul a {
	color : #FFCCFF !important;
}
#unimenu ul a:hover,a:focus {
	color : #FFFF00 !important;
}


/* 雑メニューのリストデザイン（BG画像サイズはH30px×W427px） */

#hotmenu ul { 
	list-style : none;
	height : 22px;
	margin-bottom : 1px;
}
#hotmenu li {
	float : left;
	margin : 0 10px;
	font-size : 110%;
	font-weight : 700;
	white-space : nowrap;
}
#hotmenu a {
	width : 100%;
	color : #FFFFFF;
	background-color : #3366CC;
	background-image : url(../img/menubar.gif);
	background-position : left top;
	text-align : center;
}
#hotmenu a:hover {
	background-image : url(../img/menubar.gif);
	background-position : right top;
}
#hotmenu a:focus {
	background-image : url(../img/menubar.gif);
	background-position : right top;
}


/* ファイルメニューのリストデザイン */
#filemenu p a {
	color : #FFCCFF;
	font-weight : 600;	
	background : url(../img/lsmk_red.gif) left center no-repeat;
	margin : 0 0 0 -16px;
	padding : 0 0 0 20px;
}
#filemenu a:visited {
	color : #FFCCFF;
	text-decoration : underline;
}
#filemenu a:hover, a:focus {
	color : #FFFF00;
	text-decoration : overline;
}


#gmenu ul {
	list-style : none;
	margin-top : 15px;
}
#gmenu li  {
	background : url(../img/lsmk_red.gif) left center no-repeat;
	padding-left : 20px;
}
#fmenu ul {
	list-style : none;
}
#fmenu li {
	background-color : #000000;
	border : 1px dotted #CCCCCC;
	margin-bottom : 6px;
	padding : 2px 0 0 4px;
}
#fmenu ul a {
	background : #000000 url(../img/lsmk_gray_bk.gif) left top no-repeat;
	padding-left : 20px;
}
#fmenu ol {
	list-style : none;
}
#femenu ol li {
	border : none;
}
#fmenu ol li a {
	background : #000000 url(../img/lsmk_gray02_bk.gif) left top no-repeat;
	margin-left : 25px;
}


/* グローバルナビのリストデザイン */
#gnavi ul {
	list-style : none;
	font-size : 95%;
}
#gnavi li {
	float : left;
	margin-right : 4px;
	white-space : nowrap;
	background : url(../img/lsmk_green_bk.gif) left center no-repeat;
	padding-left : 15px;
}


/* 末尾のリストデザイン */

#phone li {
	display : inline;
	margin : 0 4px;
	white-space : nowrap;
}
#tail li {
	display : inline;
	margin : 0 6px;
	white-space : nowrap;
}


/* レイアウトDIV */

#wrapW {
	background : #000000 url(../img/black.gif);
}


#top {
	width : 100%;
	background-color : #000000 !important;
}
#unimenu {
	margin-left : 4px;
	padding-top : 2px;
}
#damtop {
	float : right;
}
#sitemap {
	float : left;
	margin-right : 10px;
	padding-top : 1px;
}
#search {
	padding-bottom : 3px;
}
#search form {
	margin-right : 4px;
	}

#wrapH {
	clear : both;
	position : relative;
	width : 100%;
}
#deco {
	width : 100%;
	height : 80px;
	background-image : url(../img/deco_sub.jpg);
	border-top : 1px solid #FF0000;
}
#logoprint {
	position : absolute;
	top : -300px;
	left : -300px;
}
#clickhome {
	position : absolute;
	left : 200px;
}
#hotmenu {
	position: relative;
	width : 100%;
	text-align : center;
	background-color : #CC3366;
	border-top : 2px solid #CC3366;
	border-bottom : 2px solid #CCCCCC;
}


#wrapC {
	width : 100%;
	background : #000000 url(../img/black.gif);
}
#filemenu {
	float : left;
	width: 200px;
	padding : 20px 10px 2px 10px;
}
#contents {
	margin-left: 220px;
	padding : 0 10px 2px 10px;
	background-color : #000000;
	border-left : 1px solid #CCCCCC;
}
#damcontop{
	float : right;
}
#gnavihead {
	float : left;	
}
#gnavihead p {
	font-size : 95%;
	margin : 0 5px 0 0;
	padding : 0;
} 
#gnavi {
	padding-top : 1px;
}
#damconfoot {
	width : 100%;
	margin-top : 20px;
}
#home {
	float : left;
	width : 140px;
}
#conend {
	text-align : right;
}


#wrapF {
	position : relative;
	width : 100%;
	text-align : center;
	background : #000000 url(../img/black.gif);
	padding-bottom : 10px;
}
#contact {
	clear : both;
	border-top : 1px solid #FF0000;
	padding-top : 4px !important;
}
#tail {
	position : relative;
	width : 100%;
}


/* フロート解除 */

.clrr {
	clear : right;
}
.clrl {
	clear : left;
}
.clrb {
	clear : both;
}


/* 水平位置指定 */

.right {
	text-align : right;
}
.left {
	text-align : left;
}
.center {
	text-align : center;
}


/* 　文字間隔  */

.space2 {
 letter-spacing : 1.992em;
}
.space1 {
 letter-spacing : 0.996em;
}
.space_half {
 letter-spacing : 0.498em;
}
.space_q {
 letter-spacing : 0.249em;
}


/* IME起動 */

input,textarea {
  ime-mode : active;
}
.imeoff {
  ime-mode : inactive;
}


/* その他 */

.nowrap{
	white-space : nowrap;
}

.totop {
	margin : 0;
	padding : 0;
	text-align : right;
}
.formfield {
	margin : 5px 15px;
	padding : 10px 15px;
	line-height : 1.75;
	background-color : #000000;
}
.formfield input,textarea {
	margin-left : 0;
	margin-bottom : 6px;
}
.noalign input {
	margin-left : 0em;
	border : 1px solid #DDDDDD;
	background-color : #000000;
}


/* コンテンツ部のリスト */

#contents ul {
	margin : 0 0 6px 25px;
}
#contents ol {
	margin-left : 40px;
}
#contents dl {
	margin : 20px 0 10px 0;
}
#contents dt {
	line-height : 1;
	margin : 0 0 6px 0;
}
#contents dd {
	margin : 0 0 6px 20px;
}
#contents dt h3 {
	margin : 0;
}

.pagels {
	list-style : none;
	margin-bottom : 8px;
}

.yoko dl {
	padding-left : 25px;
	margin-bottom : 15px;
}
.yoko dt {
	float : left;
  width : 4em;
	line-height : 1.1;
	letter-spacing : 1em;
}
.yoko dd {
	padding-left : 4em;
	margin-bottom : 8px;
	line-height : 1.1;
}

.yoko2 dl {
	padding-left : 25px;
	margin-bottom : 15px;
}
.yoko2 dt {
	float : left;
  width : 16em;
	line-height : 1.1;
}
.yoko2 dd {
	margin-left : 16em;
	margin-bottom : 8px;
	line-height : 1.1;
}


/* 画像配列 */

/* 幅250pxの画像、画像の下にテキスト */

div.boxdam {
	padding : 8px 0 0 10px;
}
div.boxleft {
	float : left;
	width : 250px;
	margin-right : 10px;
}
div.boxright {
	width : 250px;	
}

/* 色つき飾り枠 */

div.hello {
	width : 96%;
	padding : 8px;
	margin : 15px 0;
	border : solid 1px;
	border-color : #9870DA; 
	background-color : #000000;
}

div.stress {
	width : 70%;
	padding : 2px 0 0 0;
	margin : 10px 0;
	border : solid 1px;
	border-color : #CC3366; 
	background-color : #000000;
}
div.stress p {
	margin : 0 !important;
}

div.waku {
	width : 96%;
	padding : 10px 15px 0 5px;
	margin : 10px 0;
	border : solid 1px;
	border-color : #CCCCCC; 
}


/* テーブル飾り枠 */
table {
width: 96%; 
border-collapse: collapse; 
border: 1px #9870DA solid; 
}
th,td {
border: 1px #9870DA solid; 
padding: 3px; 
text-align : center;
}

.two th {
	width : 25%;
	background-color : #FFFFDE;
}
.two td {
	text-align : left;
	text-indent : 1em;
}


/* 強調装飾文字 */

.bigger {
	font-size : 110%;
	font-weight : 600;
}
.biggerRed {
	font-size : 110%;
	font-weight : 600;
	color : #CCCCCC;
}

/* 枠付き強調装飾文字 */

.biggerttl {
	font-size : 110%;
	font-weight : 600;
	padding-left : 0;
	border-bottom : dashed 1px #CCCCCC;
	border-left : solid 0.5em #CCCCCC;
	background-color : #000000;
	text-indent : 0.5em;
	width : 98%;
}
.warn {
	color : #CC0000;
	margin-right : 60px;
	padding : 10px 15px 10px 30px;
	border : 2px dotted #CCCCCC;
}




