/** BASIC */

html, body {
	height: 100%;
}



/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #454545 url(images/homepage01.gif) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	padding: 6px 0px;
	border-top: 1px solid #DEDEDE;
}

.list1 .first {
	border: none;
}

.list1 a {
	text-decoration: none;
	color: #646464;
}

.list1 a:hover {
	text-decoration: underline;
}

/** LINKS */

a {
	color: #026BB1;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 0 15px 10px 0px;
}

img.right {
	float: right;
	margin: 0 0 10px 15px;
}

/* hr */
hr {
    display:none;
	}

div.line {
	height:15px;
	margin:0 0 15px;
	background: url(../images/title_line.jpg);
	clear:both;
	}


/** HEADER */

#header {
	width: 778px;
	height: 140px;
	margin: 0px auto;
	background: #4B4B4B url(images/homepage02.gif) repeat left top;
}

/** SEARCH */

#search {
}

#search form {
	margin: 0px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search input {
	float: left;
	border: none;
	background: #FFFFFF;
}

#search-text {
	width: 125px;
	margin-right: 3px;
}

#search a {
	clear: both;
	display: block;
	padding: 0px 0px 0px 12px;
	background: url(images/homepage22.gif) no-repeat 3px 5px;
	font-size: 10px;
	color: #CDCDCD;
}

/** PAGE */

#page {
	width: 778px;
	margin: 0px auto;
	background: #FFFFFF;
}

/** MENU */

#menu {
	position: relative;
	width: 560px;
	height: 46px;
	margin: -13px 0px 0px 0px;
	background: url(images/homepage06.gif) repeat-x left bottom;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	float: left;
	display: block;
	width: 93px;
	height: 46px;
}

#menu a {
	display: block;
	width: 93px;
	height: 21px;
	padding: 25px 0px 0px 0px;
	background: url(images/homepage09.gif) no-repeat left top;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu .first a {
	background: url(images/homepage08.gif) no-repeat left bottom;
}

#menu .active a, #menu a:hover {
	background: url(images/homepage07.gif) repeat-x left top;
}

/** BANNER */

#banner {
	background: url(images/homepage05.jpg) no-repeat left top;
}

#banner h2 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

#banner h3 {
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 7px 0px;
	border-bottom: 1px solid #E4E4E4;
	font-size: 14px;
	font-weight: bold;
	color: #31AFD0;
}

#banner p {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color: #494949;
}

/** HOSTING PLANS */

#plans1 {
}

#plans2 {
	margin:0;
	padding:10px 0;
	clear: both;
	border-top:1px dotted #EEEEEE;
}

.plan {
	float: left;
	width: 175px;
	padding: 0px 0px 0px 8px;
}

.plan h3 {
	padding: 0px 0px 10px 0px;
	background: url(images/homepage14.gif) repeat-y right top;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 16px;
	font-weight: normal;
	color: #999999;
}

.plan h3 strong {
	display: block;
	padding-left: 10px;
	background: #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

.plan h3 span {
	color: #FF5C27;
	padding-left: 10px;
}

.plan ul {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
	font-size: 10px;
	color: #000000;
}

.plan li {
	padding: 0px 0px 0px 9px;
	background: url(images/homepage11.gif) no-repeat left center;
}

.plan h4 {
	padding: 0px 0px 0px 10px;
	font-size: 20px;
	font-weight: bold;
	color: #31AFD0;
}

.plan h4 span {
	font-size: 14px;
}

.plan h5 {
	padding: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.plan .specs {
	padding: 0px 0px 10px 0px;
	background: url(images/homepage10.jpg) no-repeat right bottom;
	border-right: 1px solid #DDDDDD;
}

.plan .info {
	padding: 15px 20px;
	background: url(images/homepage12.gif) repeat-x left top;
}

.plan .more a {
	display: block;
	height: 21px;
	padding: 5px 0px 0px 25px;
	background: url(images/homepage13.gif) no-repeat left top;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF
}


/** SIDEBAR */

#sidebar {
	float: right;
	width: 218px;
}

.boxed-title {
	height: 24px;
	padding: 10px 0px 0px 25px;
	background: url(images/homepage15.gif) no-repeat left top;
	font-size: 12px;
	color: #484848;
}

.boxed-title span {
	color: #2EA7C6;
}

.boxed-content {
	padding: 15px 25px;
}

/** SUBMENU */

#submenu {
}

#submenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#submenu li {
	display: block;
	height: 31px;
	padding: 0px 0px 0px 35px;
}

#submenu a {
	display: block;
	padding: 7px 0px 9px 0px;
	border-bottom: 1px solid #DEDEDE;
}

#submenu1 { background: url(images/homepage16.gif) no-repeat left center; }
#submenu2 { background: url(images/homepage17.gif) no-repeat left center; }
#submenu3 { background: url(images/homepage18.gif) no-repeat left center; }
#submenu4 { background: url(images/homepage19.gif) no-repeat left center; }
#submenu3 a { border: none; }

/** FOOTER */

#footer {
	width: 778px;
	height: 80px;
	margin: 0px auto;
	background: url(images/homepage21.gif) repeat-x left top;
}

#footer p {
	padding: 20px 0px 0px 0px;
	text-align: center;
	color: #757575;
}

#footer a {
	color: #757575;
}

/** BOX1 */

#box1 {
	padding: 20px;
	background: url(images/homepage20.gif) repeat-x left top;
}

#box1 h4 {
	text-transform: lowercase;
	font-size: 14px;
	font-weight: bold;
	color: #ABABAB;
}

#box1 h4 span {
	font-size: 30px;
	color: #2EA7C6;
}

#box1 h5 {
	clear: both;
	text-transform: lowercase;
	font-size: 16px;
	font-weight: normal;
	color: #FF5C27;
}

#box1 p {
}

#box1 a {
	padding-left: 14px;
	background: url(images/homepage24.gif) no-repeat left center;
}

/** BOX2 */

#box2 {
	padding: 20px;
}

#box2 .pagetitle {
	margin-bottom: 1em;
	font-size: 18px;
	font-weight: bold;
	color: #484848;
}

#box2 .pagetitle span {
	color: #2EA7C6;
}

#box2 h3 {
	font-size: 14px;
	color: #FF5C27;
	margin:15px 0;
}

/** BOX3 */

#box3 {
	padding: 20px;
	background: url(images/subpage1_01.gif) no-repeat left top;
}

#box3 .pagetitle {
	margin-bottom: 1em;
	font-size: 18px;
	font-weight: bold;
	color: #484848;
}

#box3 .pagetitle span {
	color: #2EA7C6;
}

#box3 h3 {
	font-size: 14px;
	color: #FF5C27;
	margin:15px 0;
}

/** MATRIX TABLE */

.table3 {
	border-collapse: collapse;
	width:100%;
	margin:0 0 10px ;
	padding: 0;
	}

.gbt25 {
	width:25%;
	font-size: 12px;
	padding: 4px;
	color: #FFFFFF;
	text-align:center;
	background-color: #FF3300;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	font-weight: bold;
	}

.gbl25 {
	width:25%;
	font-size: 12px;
	padding: 5px;
	color: #FFFFFF;
	background-color: #FF3300;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	font-weight: bold;
	text-align:right;
	}

.gbr25 {
	width:25%;
	font-size: 12px;
	padding: 5px;
	color: #000000;
	background-color: #EEEEEE;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	text-align:right;
	}

.g25 {
	width:25%;
	font-size: 12px;
	padding: 5px;
	color: #000000;
	text-align:center;
	background-color: #EEEEEE;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	}

.gbul25 {
	width:25%;
	font-size: 12px;
	padding: 5px;
	color: #FFFFFF;
	background-color: #6699CC;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	font-weight: bold;
	text-align:right;
	}

.gbur25 {
	width:25%;
	font-size: 12px;
	padding: 5px;
	color: #FFFFFF;
	background-color: #6699CC;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	font-weight: bold;
	text-align:center;
	}

.gbur25 a{
	color: #FFFFFF;
	text-decoration:underline;

	}

.gbur25 a:hover{
	color: #FF3300;
	text-decoration:none;
	}

.gbur75 {
	width:75%;
	font-size: 12px;
	padding: 5px;
	color: #FFFFFF;
	background-color: #6699CC;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	font-weight: bold;
	text-align:center;
	}

.gbur75 a{
	color: #FFFFFF;
	text-decoration:underline;

	}

.gbur75 a:hover{
	color: #FF3300;
	text-decoration:none;
	}

.gbt75 {
	width:75%;
	font-size: 12px;
	padding: 4px;
	color: #FFFFFF;
	text-align:center;
	background-color: #999999;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	font-weight: bold;
	}

.g75 {
	width:75%;
	font-size: 12px;
	padding: 5px;
	color: #000000;
	background-color: #EEEEEE;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	}


/** 300円以下カテゴリテーブル */

.grbt25 {
	width:25%;
	font-size: 12px;
	padding: 4px;
	color: #FFFFFF;
	text-align:center;
	background-color: #FF3300;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	font-weight: bold;
	}

.grl25 {
	width:25%;
	font-size: 12px;
	padding: 5px;
	color: #000000;
	text-align:center;
	background-color: #EEEEEE;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	}


/** HEADER */

#header {
	width: 778px;
	height: 140px;
	margin: 0px auto;
	background: #4B4B4B url(images/homepage02.gif) repeat left top;
}

/** LOGO */

#logo {
	float: left;
	width: 300px;
	height: 140px;
	background: url(images/homepage04.jpg) no-repeat left top;
}

#logo h1, #logo p {
	margin: 0px;
	text-indent: -9999px;
}

/** SEARCH */

#search {
	float: right;
	width: 160px;
}

#search form {
	margin: 0px;
	padding: 90px 0px 0px 0px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search input {
	float: left;
	border: none;
	background: #FFFFFF;
}

#search-text {
	width: 125px;
	margin-right: 3px;
}

#search a {
	clear: both;
	display: block;
	padding: 0px 0px 0px 12px;
	background: url(images/homepage22.gif) no-repeat 3px 5px;
	font-size: 10px;
	color: #CDCDCD;
}

/** PAGE */

#page {
	width: 778px;
	margin: 0px auto;
	background: #FFFFFF;
}

/** CONTENT */

#content {
	float: right;
	width: 560px;
}

/** BANNER */

#banner {
	width: 243px;
	height: 165px;
	padding: 35px 42px 0px 275px;
}

/** BOX1 */

#box1 p {
	padding: 10px 0px 0px 63px;
}

