@charset "UTF-8";

/*-------------------------------
	common 
-------------------------------*/

* {
	margin: 0;
	padding: 0;
	word-break: break-all;
}

html{
	overflow-y:scroll;
}

body {
	background-color: #ffffff;
	color: #333333;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Osaka", Verdana, arial, sans-selif;
	line-height:1.3;
	font-size:14px;
	letter-spacing: 1px;

}

a {
	color: #4343b3;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

a:active {
	color:#FF6D00;
}

ul,
ol {
	margin: 10px 0 10px 35px;
	padding: 0
}

img{
	border: none;
}

input.button{
	background-color:#F9F9F9;
	margin-left:4px;
	margin-right:4px;
	padding:1px;
}

input.text-form,
textarea.text-form{
	padding: 2px;
	background-color:#F9F9F9;
	font-size: 14px;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Osaka", Verdana, arial, sans-selif;
}
/*-------------------------------
	container 
-------------------------------*/
#container{
	width: 808px;
	padding: 0px;
	margin:auto;
}

#container .mon-align{
	clear :both;
	float :none;
}
/*-------------------------------
	header 
-------------------------------*/

#header{
	width: 780px;
	padding: 2px 14px 0 14px;
	background:transparent url(http://asablo.jp/img/bg-side.gif) repeat-y scroll center;
	font-size: 12px;
}

#header .header-logo{
	height: 40px;
	vertical-align: middle;
}

#header .header-logo .asablo{
	width: 168px;
	display: block;
	float:left;
	border: none;
}

#header .header-logo .asahinet{
	width: 200px;
	display: block;
	float:right;
	border: none;
}

#header .header-navi{
	height: 30px;
	border-top: 3px solid #185895;
	border-bottom: 1px solid #adadad;
	background-color:#4c88bd;
}

#header .header-navi .header-menu{
	height: 15px;
	display: block;
	padding: 7px 5px 6px 15px;
	width: 500px;
	float:left;
	color: #ffffff;
}

#header .header-navi .header-menu a {
	color: #ffffff;
	text-decoration: none;
}

#header .header-navi .header-menu a:hover {
	text-decoration: underline;
}

#header .header-navi .header-menu a:active {
	color:#FF6D00;
}

#header .header-navi .header-btn{ 
	width: 222px;
	height: 28px;
	float: right;
	padding: 2px 5px 0 0;
}

#header .header-navi .header-btn .startbtn{
	margin: 0 4px 0 0;
	float: left;
	width: 130px;
	height: 26px;
	text-indent : -9999px ;
	background-repeat : no-repeat;
	background-position : top center;
	text-decoration : none;
	overflow : hidden; 
	background: url(../images/btn_reg_off.gif);
}

#header .header-navi .header-btn .startbtn a{
	display:block;
	width: 130px;
	height: 26px;
	text-indent : -9999px ;
	background-repeat : no-repeat;
	background-position : top center;
	text-decoration : none;
	overflow : hidden; 
	background: url(../images/btn_reg_off.gif);
}

#header .header-navi .header-btn .startbtn a:hover{
	background: url(../images/btn_reg_on.gif);
}

#header .header-navi .header-btn .loginbtn{
	width: 84px;
	height: 26px;
	text-indent : -9999px ;
	background-repeat : no-repeat;
	background-position : top center;
	text-decoration : none;
	overflow : hidden; 
	background: url(../images/btn_login_off.gif);
}

#header .header-navi .header-btn .loginbtn a{
	display:block;
	width: 84px;
	height: 26px;
	text-indent : -9999px ;
	background-repeat : no-repeat;
	background-position : top center;
	text-decoration : none;
	overflow : hidden; 
	background: url(../images/btn_login_off.gif);
}

#header .header-navi .header-btn .loginbtn a:hover{
	background: url(../images/btn_login_on.gif);
}


/*-------------------------------
	footer 
-------------------------------*/
#footer { 
	width: 780px;
	height: 22px;
	padding: 10px 14px 14px 14px;
	background:transparent url(http://asablo.jp/img/bg-btm.gif) repeat-y scroll center bottom;
	font-size: 12px;
	color: #666666;
	clear: both;
}

#footer .copyright-asahinet{ 
	width: 300px;
	float: left;
	padding-left: 20px;
	text-align: left;
}
#footer .copyright-policy{
	width: 400px;
	float: right;
	padding-right: 20px;
	text-align: right;
}

#footer a {
	color: #666666;
	text-decoration: underline;
}

#footer a:hover {
	color: blue;
}
#footer a:active {
	color:#FF6D00;
}

#footer hr{
	display: none;
}

/*-------------------------------
	center
-------------------------------*/
#center{
	width: 780px;
	padding: 0 14px 10px 14px;
	float: left;
	background:transparent url(http://asablo.jp/img/bg-side.gif) repeat-y scroll center;
}

#center h1 {
	width: 780px;
	height: 52px;
	background: #D4E7F8;
}

#center h1 img {
	margin-left: 20px;
}

/*-------------------------------
	main
-------------------------------*/

#main {
	padding: 10px 35px 10px 35px;
}

#main h2 {
	color: #336699;
	margin: 20px -35px 10px 0;
	border-bottom: 3px solid #4c88bd;
	background: none; 
	padding: 5px 0 2px 5px; 
}

/*
#main h2 {
	background: url(../images/mark_heading2.gif) no-repeat;
	background-position: center left;
	padding: 0 0 3px 15px; 
	margin: 10px 0; 
	color: #555555;
	border-bottom: 2px solid #bcd3e8;
}
*/

#main .contents h3{
	color: #336699;
	font-size: 14px;
	padding: 10px 0 10px 10px;
}

#main .contents h4{
	color: #555555;
	font-size: 12px;
	padding: 10px 0 8px 10px;
}

#main .kiyaku {
	padding: 0 10px 3px 10px;
	font-size: 12px;
}

#main .contents p{
	padding: 0 10px 10px 10px;
	font-size: 12px;
}

#main .pagetop {
	text-align: right;
}
#main .message {
	padding: 30px 0px 20px 0px;
	text-align: center;
}

#main .advise{
	clear: both;
	margin: 5px 0px 5px 0px;
	padding:5px 0 0 20px;
	background: url(http://asablo.jp/img/icon-point.gif) no-repeat 0 7px;
	font-size: 12px;
	color: #595959;
}

#main .page-navi img{
	vertical-align: bottom;
	padding: 0 2px 0 2px;
}

#main .page-navi {
	width: 690px;
	padding: 5px 20px 0 0;
	text-align: right;
	font-size: 12px;
}

#mainArea #main .page-navi {
	width: 490px;
	padding: 5px 20px 0 0;
	text-align: right;
	font-size: 12px;
}

#main .notice {
	color: #e31b1b;
}

/*-------------------------------
	navicol
-------------------------------*/
#navicol{
	width: 200px;
	padding-left: 10px;
	float:right;
}

#navicol ul.navigation {
	list-style: none;
	margin: 0px;
	padding: 0;
	width: 180px;
	padding-bottom:8px;
}

#navicol ul.navigation li a{
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
	display: block;
	width: 160px;
	height: 17px;
}

#navicol ul.navigation li.category {
	height: 18px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 5px;
	background: url(http://asablo.jp/img/btn-asablocat.gif) no-repeat top left;
	margin: 0px;
	color: #312C64;
}

#navicol ul.navigation li.subcategory {
	height: 26px;
	width: 180px;
	background: url(http://asablo.jp/img/btn-asablomenu.gif) no-repeat top left;
	margin: 0px;
}

#navicol ul.navigation li.to-top{
	height: 27px;
	padding: 0px;
	background: url(http://asablo.jp/img/btn-asablomenu-totop.gif) no-repeat top left;
}

#navicol ul.navigation li.new-window{
	background: url(http://asablo.jp/img/btn-asablomenu-link.gif) no-repeat top left;
}

#navicol ul.navigation a:link {
	text-decoration: none;
	color: #342F67
}

#navicol ul.navigation a:visited {
	text-decoration: none;
	color: #342F67
}

#navicol ul.navigation a:hover {
	text-decoration: underline;
	color: #4343b3;
}

#navicol ul.navigation a:active {
	color:#FF6D00;
}

#navicol hr{
	display: none;
}

/*-------------------------------
	maincol
-------------------------------*/
#maincol{
	width: 560px;
	float:left;
}

/* subtitle */
#maincol h2 {
	width: 526px;
	height: 22px;
	float: left;
	clear: both;
	padding: 5px 0 0 20px;
	background: url(http://asablo.jp/img/bg-h2.gif) no-repeat left top;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #342F67;
}

#maincol h3 {
	width: 526px;
	height: 22px;
	float: left;
	clear: both;
	padding: 5px 0 0 20px;
	background: url(http://asablo.jp/img/bg-h3.gif) no-repeat left top;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #342F67;
}

#maincol h4 {
	text-align: left;
	color: #666666;
	font-size: 100%; /* x-small; */
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding:2px 0px 2px 5px;
	font-weight: bold;
}

/*-------------------------------
	maincol -> contents
-------------------------------*/
#maincol .contents{
	width: 560px;
	float: left;
	clear: both;
	padding: 10px 0 10px 0;
}

#maincol .sub-contents{
	width: 560px;
	float: left;
	clear: both;
	padding: 10px 0 10px 0;
}


/* contents-common */
#maincol .discription{
	width: 516px;
	padding:5px;
	margin: 0 0 10px 10px;
	background-color:#fff8f1;
	border:1px dotted #f5b576;
	font-size: 12px;
	color: #ef8824;
}

#maincol .discription img,
#maincol p.note img
#maincol .page-navi img{
	vertical-align: bottom;
	padding: 0 2px 0 2px;
}

#maincol p {
	margin: 0px;
	padding:2px 5px 2px 5px;
	font-size: 12px;
}

#maincol p.note {
	width: 516px;
	padding:0pt 5px 5px 20px;
	margin: 0;
	color: red;
	background: transparent;
	font-size: 12px;
}

#maincol p.attention {
	width: 516px;
	padding:0pt 5px 5px 20px;
	margin: 0;
	color: red;
	background: transparent;
	font-size: 12px;
}

#maincol span.point {
	color: red;
}

#maincol .advise{
	clear: both;
	margin: 5px 0px 5px 0px;
	padding-top:5px;
	background: url(http://asablo.jp/img/icon-point.gif) no-repeat 0 7px;
	font-size: 12px;
	color: #595959;
}

#maincol .advise p{
	padding-left: 20px;
	padding-top: 0px;
	margin: 0px;
}

/*
#maincol .advise img.point{
	position: absolute;
	top:10px;
	left: 0px;
}
*/

/* form area */
#maincol .contents .btarea {
	width: 540px;
	height: 25px;
	clear: both;
	padding: 5px 0 5px 0;
	margin: 0 10px 0 10px; 
	text-align: center;
}

#maincol .contents .sortpanel{
	width:540px;
	padding: 5px 0 5px 0;
	margin: 0 10px 0 10px; 
	text-align: center;
}

#maincol .contents .sortpanel form{
	padding-bottom: 5px;
}

#maincol .contents .sortpanel select{
	width:80px;
}

#maincol .contents textarea{
	font-size: 14px;
}

/* page-navi */
#maincol .contents .page-navi {
	width: 540px;
	clear: both;
	float: left;
	padding: 5px 20px 0 0;
	text-align: right;
	font-size: 12px;
}

/* table */
table.list{
	width: 546px;
	float: left;
	border-collapse: separate;
}

table.list th{
	padding: 5px;
	background: #D1E1F1 url(http://asablo.jp/img/th-bg.gif) bottom repeat-x;
	white-space: nowrap;
	font-size: 12px;
	color: #45637D;
	font-weight: normal;
}

table.list td{
	padding: 5px;
	background: #ffffff url(http://asablo.jp/img/td-bg.gif) bottom repeat-x;
}

table.setup td select,
table.edit td select{
        margin: 5px;
        padding: 0;
	width: 200px;
}

/* list */
ul.commit{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

ul.commit img{
	border: none;
}

ul.commit li{
	background:url(http://asablo.jp/img/btn-list.gif) no-repeat scroll center left;
	padding-left:20px;
}

/*-------------------------------
	maincol -> contents -> edit
-------------------------------*/

.contents .cat_selection{
	width: 420px;
}

/*-------------------------------
	maincol -> contents -> css-select
-------------------------------*/

.css-select{
	width: 530px;
	padding: 5px;
	float: left;
}

.css-select-box{
	width: 105px;
	height: 100px;
	text-align: center;
	float: left;
}

.css-select-box input{
	vertical-align:top;
}

.css-select-box-check{
	display: block;
	width: 20px;
	float:left;
}

.css-select-box-img{
	text-align: center;
	width: 55px;
	float:left;
}

.css-select-box-img a img{
	text-decoration:none;
	border:0px;
	margin-top: 3px;
}

/*-------------------------------
	maincol -> contents -> layout
-------------------------------*/

#maincol table.layout-set input{
	width: 30px;
	display: block;
	float: left;
	clear: both;
}

#maincol table.layout-set label{
	width: 100px;
	display: block;
	float: left;
}

#maincol table.layout-set td{
	background: #ffffff;
	margin: auto;
	text-align: center;
}


/*-------------------------------
	maincol -> contents -> htmledit
-------------------------------*/

textarea.htmledit {
    width: 95%;
    margin: 0 auto 1em auto;
}
blockquote {
	width:516px;
	background-color:#F9F9F9;
	border: 1px dotted #ADADAD;
	margin:5px;
	padding:5px;
	font-size: 12px;
}

/*-------------------------------
	maincol -> contents -> media
-------------------------------*/

#maincol .contents .media{
	width: 153px;
	min-height: 220px;
	height:auto !important;
	height: 220px;
	padding: 1px;
	margin-right: 3px;
	float: left;
	font-size: 12px;
	text-align: center;
	background: #F9F9F9 url(http://asablo.jp/img/bg-photo.gif) repeat-x center bottom;
}

#maincol .contents .media .media-img {
	width: 153px;
	min-height: 180px;
	height:auto !important;
	height: 180px;
	padding-bottom: 5px;
}

#maincol .contents .media .media-img img{
	display: block;
	padding-bottom: 5px;
	margin: auto;
}

#maincol .contents .media .media-form {
	height: 25px;
	text-align: center;
}

table.list-media td{
	padding: 0px;
	background: #ffffff;
}

/*-------------------------------
	maincol -> contents -> toolbar
-------------------------------*/

#maincol .contents .toolbar{
	height: 198px;
	clear: both;
	margin: auto;
	margin-bottom: 50px;
}

.toolbar .select-box{
	width: 33px;
	height: 188px;
	float: left;
	padding: 15px;
}

table.toolbar-layout{
	width:230px;
	height: 188px;
	float:left;
}

.toolbar table.center{
	float: none;
	margin: auto;
}

.toolbar table.toolbar-layout-selectable{
	width:230px;
	height: 188px;
	float: none;
	margin: auto;
}

table.toolbar-layout select,
table.toolbar-layout-selectable select{
	width:152px;
	height: 165px;
	float:left;
	padding:2px;
}

table.toolbar-layout td,
table.toolbar-layout-selectable th,
table.toolbar-layout-selectable td{
	background: #F9F9F9 url(http://asablo.jp/img/bg-photo.gif) bottom;
}

.toolbar ul.updown,
.selectable-toolbar  ul.updown{
	width: 30px;
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.toolbar ul.updown input,
.selectable-toolbar  ul.updown input{
	width: 22px;
}

/*-------------------------------
	maincol -> contents -> preview
-------------------------------*/

#maincol .contents .preview{
	width: 546px;
	background-color:#F9F9F9;
	border: 1px solid #DDDDDD;
	float: left;
	font-size: 12px;
}

#maincol  h3.msg-title{
	width:536px;
	height: 22px;
	min-height: 22px;
	height: auto;
	display:block;
	padding:5px;
	background:#F9F9F9;
	border-bottom:1px solid #DDDDDD;
	font-weight: normal;
	color: #333333;
}

#maincol .contents .preview .msg-body{
	width:536px;
	padding: 5px;
	float: left;
}

#maincol .contents ul.preview-ul{
	width:546px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-color:#F9F9F9;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	float: left;
}

#maincol .contents .preview ul.preview-ul{
	border:0px solid #DDDDDD;
}

ul.preview-ul li{
	width:546px;
	clear: both;
	float: left;
	padding: 0px;
	margin: 0px;
	border-bottom:1px solid #DDDDDD;
}

ul.preview-ul li span.preview-dt{
	display: block;
	width: 90px;
	height: 20px;
	clear: both;
	float: left;
	padding: 5px;
	color: #bbbbbb;
}

ul.preview-ul li span.preview-dd{
	display: block;
	width: 434px;
	height: 20px;
	float: left;
	padding: 5px;
}

#maincol .contents .category{
	width:536px;
	padding:5px;
	float: left;
	text-align: right;
	background:#F9F9F9;
	border-top:1px solid #DDDDDD;
	font-size: 12px;
}

/* preview */
.preview h2{
	width: 500px;
	background: #F9F9F9;
	margin: 5px 0 5px 0;
	padding: 0px;
	color:#666666;
	font-size: 16px;
	font-weight: bold;
}

.preview h3{
	width: 500px;
	background: #F9F9F9;
	margin: 3px 0 3px 0;
	padding: 0px;
	color:#666666;
	font-size: 14px;
	font-weight: bold;
}

.preview h4{
	width: 500px;
	background: #F9F9F9;
	margin: 1px 0 1px 0;
	padding: 0px;
	color:#666666;
	font-size: 12px;
	font-weight: bold;
}

.preview blockquote{
	width: 488px;
	border:4px double #DDDDDD;
	margin:5px;
	padding:5px;
}

.preview pre{
	width: 488px;
	border:4px dotted #DDDDDD;
	margin:5px;
	padding:5px;
}

#maincol .contents .msg-pict{
	margin: 10px;
	position:relative;
}

#maincol .contents .msg-pict .msg-pict-overlay{
	width:48px;
	height:15px;
	opacity:0.6;
	background:transparent url(http://asablo.jp/img/loupe.gif) no-repeat scroll left top;
}


/*-------------------------------
	Wiki
-------------------------------*/

#main pre {
	border:1px dashed #cccccc;
	font-size:12px;
	padding:15px;
	margin: 0 0 15px 10px;
}

#main pre.sample {
	border:1px solid #dddddd;
	font-size:12px;
	padding:15px;
	margin: 0 0 15px 10px;
}

#main em {
	font-style: italic;
}

#main strong {
	font-weight: bold;
}

#main ul.sample,#main ol.sample {
	margin: 0 0 15px 35px;
	padding: 0;
	font-size:12px;
}

#main .contents h3.sample {
	color: #336699;
	margin: 0 0 12px 10px;
	background: none;
	padding: 0;
	font-size:16px;
	font-weight: bold;
}

#main .contents h4.sample {
	color: #336699;
	font-size: 14px;
	padding: 0 0 12px 10px;
	font-weight: bold;
}

#main .contents h5.sample {
	color: #555555;
	font-size: 12px;
	padding: 0 0 15px 10px;
	font-weight: bold;
}

blockquote.sample {
	background-color:#eeeeee;
	border: none;
	margin:0 0 10px 10px;
	padding:10px;
	font-size: 12px;
	width:485px;
}

#main ul.wikilist {
	margin: 0 0 0 10px; 
	padding: 0;
	font-size: 12px;
	list-style-type: none;
}

#main ul.wikilist li {
	margin: 0; 
	padding: 0 0 0 12px;
	background: url(/asablo/help/guide/images/arrow_b.gif) no-repeat center left;
}

p.change {
	color:#5584c4;
}

div.page-navi02 {
	background:url(/asablo/help/guide/images/line_dot02.gif) no-repeat top left;
	padding:15px 0 0 0;
	margin:10px 0 20px 0;
	font-size: 12px;
	text-align:right;
}

a.pageup {
	background:url(/asablo/help/common/images/btn-uplink.gif) no-repeat center left;
	padding:0 0 0 15px;
}

div.h30{ display:block; height:30px; clear: both; }

p.sample {
	letter-spacing:0px;
}

