/* CSS Document */

a:link 
{
	color:#0000FF;
	text-decoration: underline;
} 

a:visited {
	color:#000000;
	text-decoration: underline;
}
 
a:hover {
	color: #000000;
	text-decoration: underline;
} 

a:active {
	color:#0000FF;
	text-decoration: underline;
} 

ul{
	margin-top:10px;
}

li{
	margin-bottom:4px;
	font-size: 12px;
}
h1 {
	font-size:12px;
	margin: 0px;
	font-weight: normal;
	padding: 0px;
}

h3,h4,h5 {
	font-size:12px;
	margin: 0px;
	font-weight: normal;
	padding: 0px;
	display:inline;

}


h2 {
	font-size:15px;
	margin: 0px;
	font-weight: normal;
	padding: 0px;
	display:inline;

}

.LmHeight{
	margin-bottom:10px;
}

.ttl-b{
	 line-height:30px;
	 text-align:left;
	 padding-left:45px;
	 background-image:url(../img/bar06.jpg);
	 background-repeat:no-repeat;
	 color:#E8285B;
	 font-size:14px;
	 font-weight:700;
}

.box-txt{
	 text-align:left;
	 line-height:18px;
}

.txt-10{
	font-size: 10px;	 
}
address {
	font-size: 10px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #999999;
	border-bottom-color: #009900;
	font-style: normal;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 30px;
	background-image: url(../img/bk.jpg);
}
p {
	font-size: 12px;
	letter-spacing: normal;
	padding-left: 5px;
	line-height: normal;
	font-variant: normal;
	font-weight: lighter;
	display:inline;
}

#foot {
	color: #348DFF;
	text-align: left;
	background-repeat: repeat-x;
	height: auto;
	padding-top: 0px;
/*	width: 100%;*/
	padding-left: 30px;
	padding-bottom: 5px;
	font-size: 10px;
}
body {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

/* 角丸*/

.kadomaru{
   font-size: 17px;
   padding : 10px ;
   -moz-border-radius: 13px; 
   border: 1px solid #d0d0d0;
   background-color: #e8e8e8;
}


/* 枠*/

div.kadomaru1 {
   padding : 10px ;
   -moz-border-radius: 10px; 
   border: 1px solid #d0d0d0;
   
   font-size:15px;
   margin: 0px;
   font-weight: normal;

   
}

/* 文字タイトル*/

.title{
     font-size :  ;  /*文字の大きさを指示する時に数値を記述*/
     line-height : 30px ;  /*行の高さを指示する時に数値を記述*/
     padding-left : 5px ;
     margin : 10px 0px 10px 0px ;  /*上下に余白を作る場合１番目（上）３番目（下）の０ｐｘに数値を記述*/
     background : #f9f9f9 ;
/*     border : solid 1px #cccccc ;　　*/

     border-left : solid 10px #cccccc ;
	 
}


/* 文字タイトル/


/* =========================================================
■topicPath02
========================================================= */

ol#topicPath02 {
	margin: 2px 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
}

ol#topicPath02 li {
	float: left;
	padding-right: 6px;
	padding-left: 12px;
	background: url(../img/ico_sample02_02.gif) no-repeat 0 50%;
}

ol#topicPath02 li.home {
	padding-left: 18px;
	background: url(../img/ico_sample02_01.gif) no-repeat 0 50%;
}

ol#topicPath02 li a:link,
ol#topicPath02 li a:visited {
	color: #0000FF;
	text-decoration: underline;
}

ol#topicPath02 li a:hover,
ol#topicPath02 li a:active {
	color: #FF0000;
	text-decoration: underline;
}

ol#topicPath02 li em {
	font-style: normal;
	font-weight: bold;
}


/* =========================================================

