*{
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
}

#mybody{
	position : relative ;
	width: 800px;
	margin-left: 10px;
	background-image: url(image/leftmenu2.gif);
	background-repeat: repeat-y;
}

body h1{
	display: none;
}

p{
	font-size : 80% ;
	line-height : 18px ;
}

/* *********************** メイン関連 *********************** */

#main{
	position : relative ;
	width : 625px;
    float : right ;
	background-color : #ffffff ;
}

/* *********************** メイン関連 ここまで *********************** */



/* *********************** ヘッダーメニュー関連 *********************** */
h2#menu{
	display: none;
}

#topmenu {
	position: relative;
	height: 23px;
	width: 800px;
	background : #ffffff ;
	border-style: none;
	border-bottom: 2px solid #13107a;
	float: none;
	clear: both;
}

a.store{
	position: relative;
	float: left;
	left: 148px;
	background-image: url(./image/store.gif);
	display: block;
	width: 444px;
	height: 25px;
}

a.store:hover{
	position: relative;
	float: left;
	left: 148px;
	background-image: url(./image/store_onm.gif);
	display: block;
	width: 444px;
	height: 25px;
}

a.school2{
	position: relative;
	float: left;
	left: 148px;
	background-image: url(./image/school2.gif);
	display: block;
	width: 208px;
	height: 25px;
}



/* ****************** ヘッダーメニュー関連 ここまで ****************** */

/* *********************** 左メニュー関連 *********************** */

h2#menu{
	display: none;
}

#leftmenu {
	position: relative;
	width: 148px;
	float: left;
	clear: left;
}
#leftmenu h3{
	padding: 2px 0px 2px 5px;
	background-image: url(image/leftmenu_bg.gif);
	border-left : 5px solid #0c126c;
	color : #999999;
	font-size: 95%;
}
#leftmenu h3.hidden{
	display: none;
}
#leftmenu ul{
	list-style-type: none;
	margin-bottom: 10px;
	font-size: 85%;
}
#leftmenu ul#menubanner{
	margin: 60px 0px 40px 0px;
}
#leftmenu li{
	margin: 2px 0px;
	font-size: 85%;
}
#leftmenu li a{
	display: block;
	width: 138px;
	color: #0c126c;
	text-decoration: none;
	background-color: #ffec00;
	border-left: 5px solid #0c126c;
	padding-left: 5px;
}
#leftmenu li a:hover{
	background-color: #ffffff;
	border-left: 5px solid #993300;
	padding-left : 5px ;
       color : #993300 ;
}
#leftmenu li a#on{
	background-color: #ffffff;
	border-left: 5px solid #0c126c;
	padding-left: 5px ;
}
#leftmenu li a#on:hover{
	background-color: #ffffff;
	border-left:5px solid #993300;
	padding-left: 5px;
}
#leftmenu #ssl{
	position: relative;
	left: 10px;
	width: 130px;
}
img#logo{
	background-color: white;
	padding-bottom: 8px;
}

img.lm_bn{
	margin-left: -5px ;
}

/* ****************** 左メニュー関連 ここまで ****************** */

/* *********************** サイトマップ *********************** */

p.sitemap {
	font-size : 71%;
        text-align : right;
	margin : 5px 0px 5px 0px ;
        color :#0c126c;
}        

a.sitemap {
        text-decoration : none;
}

ul#topic_path {
	font-size : 71%;
	list-style-type: none;
	margin : 0px 0px 25px 5px ;
}

li.topic_path{
	float : left ;
}

/* *********************** サイトマップここまで*********************** */



#footer{
	position: relative;
	width: 800px;
	background-color: white;
	border-style: none;
	border-top: 5px solid #13107a;
	color: #0c126c;
	font-size : 75%;
	text-align: right;
	float: none;
	clear: both;
}



/* *********************** その他 ここから*********************** */


a {
   color : #0c126c;
   text-decoration : underline;
}

a.:hover{
   color : #0c126c;
   text-decoration : none;
}

hr.title{
        border-width : 1px 1px 1px 1px;
        border-style : dotted dotted dotted dotted;
        border-color : #ff6600;
        text-align : left;
        width : 90% ;
        size : 1 ; 
        noshade ;
}

p.title{
       font-size : 82%;
       font-weight : normal;
       margin-bottom : 30px;
       margin-top : 5px;
}


p.application{
      text-align : right;
      margin : 20px 10px 0px  ;
}


#page_title{
	display: none;


