/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
 */

* {
	margin:0;
	padding:0;
}

div {
	/*border: dotted thin #0000ff;*/
}

/** General Style Info **/
body {
	font-size: 12px;
	line-height: 18px;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "Osaka", sans-serif ;
	font-weight: normal;
	/*
	background: #003d4c;
	color: #fff;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
	*/
}
a {
	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #367889;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
	/*margin-bottom:0.5em;*/
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 100%;
}
h2 {
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 18px;
    color: #666666;
}

h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 165%;
}
h4 {
	color: #993;
	font-weight: normal;
}
ul, li {
	margin: 0 15px 0 15px;
}

hr {
	margin: 20px 0 20px 0;
	border-width: 1;
	/*clear: both;*/
}

.clear {
    clear: both;
}

/** Layout **/
#header{
	background-color: #E6E6E6;
	padding: 10px 0 15px;
}

#header .bg {
    /*background-color: #000000;*/
	border: none;
}

#header h1 {
	margin-left : auto ; margin-right : auto ;
	width: 980px;
	background-color: #E6E6E6;
	margin-bottom: 5px;
}
#header h1 a {
    display:block;
    background:url(../img/001_geneks_hp_logo_before.png) no-repeat;
    height: 60px;
    text-decoration:none;
    text-align:center;
}
#header h1 a:hover {
    /*background:url(../img/001_geneks_hp_logo.png) no-repeat;*/
}

#header #g-navi {
    background:url(../img/001_geneks__hp_globalmenu.gif) repeat-x;
    margin-left : auto ; margin-right : auto ;
    width: 980px;
    height: 37px;
    margin: 0 auto;
    min-height: 1px;
    padding: 0 0 0 0;
}

#header #g-navi ul {
	list-style-type: none;
	/*padding: 6px;*/
	z-index: 10;
	margin: 0;
}

#header #g-navi li {
	color: #F5F5F5;
	display: inline;
	padding: 10px 27px 10px 27px;
	background:url(../img/001_geneks__hp_globalmenu_delimiter.gif) no-repeat right center;
}

#header #g-navi li a {
	line-height: 37px;
	font-weight: normal;
	text-decoration: none;
	padding: 5px;
	color: #F5F5F5;
	z-index: 30;
}

#header #g-navi li a.navi_selected {
	color: #C6C6C6;
}


#header #g-navi li a:hover{
	/*border-top: inset 1px #FFFFFF;*/
	/*border-bottom: inset 1px #999999;*/
	color: #C6C6C6;
}

ul.g-navi_child li  a:hover{
    /*border-top: inset 1px #FFFFFF;*/
    /*border-bottom: inset 1px #999999;*/
    /*color: #C6C6C6;*/
    background-color: #4A4747;
}


#header #g-navi #left-navi {
	float: left;
	width: 910px;
}

#header #g-navi #icon-navi {
    float: right;
    padding: 10px 0 0 0;
    width: 70px;
}

#header #g-navi #icon-navi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#header #g-navi #icon-navi li {
	display: inline;
	margin: 0;
	padding: 0;
}

div.fb-like {

}

#icon-navi a:hover {
	background-color: #fff;
}

#icon-navi a:hover img{
	visibility: hidden;
}


#header #g-navi #icon-navi li a.icon-fb {
	display: block;
	background-image: url("/img/001_geneks_hp_facebook_icon.png");
	background-repeat: no-repeat;
	margin: 0 2px 0 0;
	padding: 0;
	height: 16px;
	width: 16px;
	float: left;
}

#header #g-navi #icon-navi li a.icon-amb {
	display: block;
	background-image: url("/img/001_geneks_hp_ameba_icon.png");
	background-repeat: no-repeat;
	margin: 0 2px 0 0;
	padding: 0;
	height: 16px;
	width: 16px;
	float: left;
}

#header #g-navi #icon-navi li a.icon-twr {
	display: block;
	background-image: url("/img/001_geneks_hp_twitter_icon.png");
	background-repeat: no-repeat;
	margin: 0 2px 0 0;
	padding: 0;
	height: 16px;
	width: 16px;
	float: left;
}

#header #g-navi ul.g-navi_child li {
	padding: 0;
	margin: 0;
	top: -2px;
}


#footer {
	clear: both;
	color: #A6A6A6;
	background-color: #E5E5E5;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 22px;
	padding-bottom: 22px;
}

#footer p{
	margin-left : auto ; margin-right : auto ;
	text-align: right;
	width: 980px;
}

#content {
	margin-left : auto ; margin-right : auto ;
	width: 980px;
}

#sub_content {
	padding: 30px;
	font-size: 15px;
    line-height: 24px;
    color: #666666;
}

div.box,
#box {
	clear: both;
	margin-bottom: 20px;

    /*
    clear: both;
    margin-bottom: 20px;
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #E5E5E5 #DBDBDB #D2D2D2;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    padding: 10px;
    */
}


#main_banner {
	margin: 0;
}

#social_link {
	float: left;
	margin: 20px 0 30px 0;
    width: 100%;
}

#social_link a {
	float: left;
	display: block;
	width: 241px;
	height: 133px;
	background-color: #fff;
	margin-right: 5px;
}

#social_link a:hover {
	background-color: #fff;
}

#social_link a:hover img{
	/*margin: 30px 20px 10px 20px;*/
	visibility: hidden;
}

#social_link a.social_link_fb {
	background-image: url("/img/geneks_facebook_linkbanner_on.png");
}

#social_link a.social_link_amb {
	background-image: url("/img/geneks_ameba_linkbanner_on.png");
}

#social_link a.social_link_tw {
	background-image: url("/img/geneks_twitter_linkbanner_on.png");
}


#social_link_min {
	float: left;
	margin: 20px 0 30px 0;
    width: 100%;
}

#social_link_min a {
	float: left;
	display: block;
	width: 241px;
	height: 63px;
	background-color: #fff;
	margin-right: 5px;
}

#social_link_min a:hover {
	background-color: #fff;
}

#social_link_min a:hover img{
	/*margin: 30px 20px 10px 20px;*/
	visibility: hidden;
}

#social_link_min a.social_link_fb {
	background-image: url("/img/geneks_facebook_linkbanner_mini_on.png");
}

#social_link_min a.social_link_amb {
	background-image: url("/img/geneks_ameba_linkbanner_mini_on.png");
}

#social_link_min a.social_link_tw {
	background-image: url("/img/geneks_twitter_linkbanner_mini_on.png");
}

div.service_link {
	float: left;
	margin: 20px 0 30px 0;
    /*width: 100%;*/
}

div.service_link a {
	float: left;
	display: block;
	width: 241px;
	height: 133px;
	background-color: #fff;
	margin-right: 5px;
}

div.service_link a:hover {
	background-color: #fff;
}

div.service_link a:hover img{
	/*margin: 30px 20px 10px 20px;*/
	visibility: hidden;
}

div.service_link a.service_link_gallery {
    background-image: url("/img/logo_g_gallery_on.jpg");
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

div.service_link a.service_link_sp {
	background-image: url("/img/g_socialpackage_linkbanner_on.png");
	background-repeat: no-repeat;
}

div.service_link a.service_link_fb {
	background-image: url("/img/g_facebookcustomize_linkbanner_on.png");
}

div.service_link a.service_link_amb {
	background-image: url("/img/g_ameblocustomize_linkbanner_on.png");
}

div.service_link a.service_link_shiozukan {
    background-image: url("/img/g_shiozukan_linkbanner_on.png");
}

div.service_link a.service_link_bbrush {
    background-image: url("/img/g_bbrush_linkbanner_on.png");
}

.howto_amb_contents {
    margin-left: 130px;
    position: absolute;
    top: 150px;
	z-index: 1;
}

#consul_box {
    clear: both;
    margin: 10px 10px 10px 10px;
}

#consul_box_left {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 10px;
}

#consul_box img.consul_img {
    float: right;
    margin-top: 30px;
    margin-right: 30px;
    margin-left: 35px;
    margin-bottom: 30px;
    width: 300px;
}

#howto_amb_contentsA {
	background-image: url("/img/howto/g_socialmedaitoha002.png");
	background-repeat: no-repeat;
	background-position: right center;
	width: 1050px;
}

#howto_amb_contentsB {
	background-image: url("/img/howto/g_socialmediatoha003.png");
	background-repeat: no-repeat;
	background-position: right center;
	width: 1050px;
}

#howto_amb_contentsC {
	background-image: url("/img/howto/g_socialmediatoha004.png");
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 100px;
	padding-bottom: 100px;
}

#map_canvas {
	width: 400px;
	height: 400px;
	margin-top: 10px;
	border: solid 1px #666;
}

#ceo_content img{
	margin: 30px  0 20px 0;
}

#ceo_content img.ceo_sign {
	float: right;
	/*margin-bottom: 50px;*/
}


#vision_content {
	width: 600px;
	margin: 50px  auto 20px auto;
}

#vision_content img {
	/*border: solid 1px #999;*/
	margin-bottom: 30px;
}

#vision_content h4{
	color: #999999;
	font-size: 200%;
	text-align: center;
	margin: 30px 0 30px 0;
}

#vision_content h3{
	color: #ffCCff;
	font-size: 64px;
	text-align: center;
	margin: 100px 0 70px 0;
}

#member_content > img {
	float: left;
	margin: 20px 20px 20px 20px;
}

#member_content h4 {
	clear: both;
}

#member_content table {
	margin-top: 50px;
}


#company_member {
    vertical-align:baseline;
}
#company_member table {
    width: 100%;
    margin: 0;
}

#company_member table tr td {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 0;
    border: 0;
    width: 105px;
}

#company_member table tr:nth-child(2n) td {
    background: none repeat scroll 0 0 #FFFFFF;
}

#company_member table tr td {
    background: none repeat scroll 0 0 #FFFFFF;
    text-align: left;
    vertical-align: top;
}

#company_member a img {
    float: none;
    margin: 0;
}

#company_member a:hover {
    opacity: 0.5;
}

ul.siteList:after, #footerInner:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

ul.siteList, #footerInner {
    min-height: 1px;
}

ul.siteList {
    width: 800px;
    margin: 0 auto;
}

ul.siteList li {
    float: left;
    font-size: 10px;
    height: 170px;
    line-height: 13px;
    text-align: center;
    width: 170px;
}

ul.siteList li a {
    background-image: url("/img/zisseki/sitebox.gif");
    background-repeat: no-repeat;
    color: #000000;
    height: 140px;
    padding: 10px;
    width: 140px;
}

ul.siteList li a:visited {
    background-position: right 0;
    color: #CDCDCD;
    opacity: 0.4;
}
ul.siteList li a:hover {
    background-position: -170px 0;
    color: #587A00;
    opacity: 1;
}

ul.siteList li, ul.siteList li a, ul.siteList li a img {
    display: block;
}

ul.siteList li a img {
    height: 90px;
    margin: 0 0 5px;
    width: 140px;
}




#lp_sp {
	width: 358px;
	height: 66px;
    position: absolute;
	display:block;
	background:url(/img/lp/btn_sp_inquery_on.gif) no-repeat;
}

#lp_sp a{
	width: 358px;
	height: 66px;
	display:block;
	background:url(/img/lp/btn_sp_inquery_off.gif) no-repeat;
}

#lp_sp a:hover{
	background:none;
}

#lp_flow {
	width: 292px;
	height: 46px;
    position: absolute;
	display:block;
	background:url(/img/what_inquery_contact_on.png) no-repeat;
}

#lp_flow a{
	width: 292px;
	height: 46px;
	display:block;
	background:url(/img/what_inquery_contact_off.png) no-repeat;
}

#lp_flow a:hover{
	background:none;
}

#sitemap {
    background-color: #F5F5F5;
    border-bottom-color: #CCCCCC;
    border-top-color: #CCCCCC;
    clear: both;
    color: #A6A6A6;
    height: 228px;
    padding-bottom: 22px;
    padding-top: 22px;
}

#sitemap-inner {
    margin: 0 auto;
    width: 980px;
}


#sitemap ul{
	/*list-style-type: none;*/
	margin: 0;
}

#sitemap ul li{
	float: left;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 206px;
}

#sitemap ul li a{
    color: #A6A6A6;
    font-weight: normal;
    text-decoration: none;
}

#sitemap ul li a:hover{
    color: #C6C6C6;
    /*font-weight: bold;*/
    text-decoration: underline;
    background-color: #F5F5F5;
}

#sitemap ul li ul{
	height: 100px;
}

#sitemap ul li ul li{
	float: left;
}

iframe {
    border: 0;
    margin: 0;
    overflow: none;
}

/** containers **/
div.form,
div.index,
div.view {
	float:right;
	width:76%;
	border-left:1px solid #666;
	padding:10px 2%;
}
div.actions {
	float:left;
	width:16%;
	padding:10px 1.5%;
}
div.actions h3 {
	padding-top:0;
	color:#777;
}


/** Tables **/
table {
	background: #fff;
	border-right:0;
	color: #333;
	margin-bottom: 10px;
	width: 450px;;
}
th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
	width: 150px;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc:after {
	content: ' 竍｣';
}
th a.desc:after {
	content: ' 竍｡';
}
table tr td {
	background: #fff;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
}

table tr td img{
	float: left;
	margin: 0 15px 0 15px;
}

table tr:nth-child(2n) td {
	background: #f5f5f5;
}
table .altrow td {
	background: #f5f5f5;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
table td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}

/** Paging **/
div.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
div.paging span.disabled {
	color: #ddd;
	display: inline;
}
div.paging span.current {
	color: #c73e14;
}
div.paging span a {
}

/** Scaffold View **/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl .altrow {
	background: #f4f4f4;
}
dt {
	width: 200px;
	margin-top: 10px;
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 13em;
	margin-top: -2em;
	vertical-align: top;
}

/** Forms **/
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 95%;
}
fieldset {
	border: 1px solid #ccc;
	margin-bottom: 1em;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form .input {
	color: #444;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	font-size: 110%;
	margin-bottom:3px;
}

select, input, .text, textarea, .dropdown{
    border:1px solid #777;
    padding: 5px;
    color: #999;
    background: #fff;
    border-radius: 5px;
    font-size: 140%;
    font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
    padding: 1%;
    width:98%;

    /* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#eee),
        to(#fff)
        );

    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;

    /* Firefox */
    background: -moz-linear-gradient(
        top,
        #eee,
        #fff
        );

    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;

    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
}

select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	width: auto;
}
form .submit input[type=submit] {
	background:#62af56;
	background: -webkit-gradient(linear, left top, left bottom, from(#a8ea9c), to(#62af56));
	background-image: -moz-linear-gradient(top, #a8ea9c, #62af56);
	border-color: #2d6324;
	color: #000;
	text-shadow: #8cee7c 0px 1px 0px;
}
form .submit input[type=submit]:hover {
	background:#4ca83d;
	background: -webkit-gradient(linear, left top, left bottom, from(#85e573), to(#4ca83d));
	background-image: -moz-linear-gradient(top, #85e573, #4ca83d);
}

/** Notices and Errors **/
div.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	/*margin: 0 0 1em 0;*/
	/*background: #c73e14;*/
	padding: 5px;
	cursor: pointer;
}
div.error-message {
	clear: both;
	color: #fff;
	font-weight: bold;
	background: #c73e14;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/**  Actions  **/
div.actions ul {
	margin: 0;
	padding: 0;
}
div.actions li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
}
div.actions ul li a {
	font-weight: normal;
	display: block;
	clear: both;
}
div.actions ul li a:hover {
	text-decoration: underline;
}

input[type=submit],
div.actions ul li a,
td.actions a {
	font-weight:normal;
	padding: 4px 8px;
	background:#e6e49f;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1d4), to(#e6e49f));
	background-image: -moz-linear-gradient(top, #f1f1d4, #e6e49f);
	color:#333;
	border:1px solid #aaac62;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	text-decoration:none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
}
input[type=submit]:hover,
div.actions ul li a:hover,
td.actions a:hover {
	background: #f0f09a;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7e1), to(#eeeca9));
}

/** Related **/
div.related {
	clear: both;
	display: block;
}

/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}


.message
{
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    background-size: 40px 40px;
    background-image: -webkit-gradient(linear, left top, right bottom,
                                            color-stop(.25, rgba(255, 255, 255, .05)), color-stop(.25, transparent),
                                            color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .05)),
                                            color-stop(.75, rgba(255, 255, 255, .05)), color-stop(.75, transparent),
                                            to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
                                            transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
                                            transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
                                            transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
                                            transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
                                            transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
                                            transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
                                            transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
                                            transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
                                            transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
                                            transparent 75%, transparent);
     -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
     -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
     box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
     width: 100%;
     border: 1px solid;
     color: #fff;
     padding: 15px;
     /*position: fixed;*/
     _position: absolute;
     text-shadow: 0 1px 0 rgba(0,0,0,.5);
     -webkit-animation: animate-bg 5s linear infinite;
     -moz-animation: animate-bg 5s linear infinite;
}

.info
{
                 background-color: #4ea5cd;
                 border-color: #3b8eb5;
}

.error
{
                 background-color: #de4343;
                 border-color: #c43d3d;
}

.warning
{
                 background-color: #eaaf51;
                 border-color: #d99a36;
}

.success
{
                 background-color: #61b832;
                 border-color: #55a12c;
}

.message h3
{
                 margin: 0 0 5px 0;
}

.message p
{
                 margin: 0;
}

@-webkit-keyframes animate-bg
{
    from {
        background-position: 0 0;
    }
    to {
       background-position: -80px 0;
    }
}

@-moz-keyframes animate-bg
{
    from {
        background-position: 0 0;
    }
    to {
       background-position: -80px 0;
    }
}

.index_box {
    background-color: GhostWhite;
    border: 2px solid Lavender;
    border-radius: 10px 10px 10px 10px;
    float: left;
    margin: 7px;
    padding: 18px;
    width: 435px;
    min-height: 500px;
}

.index_box_notice {
    background-color: Azure;
    border: 2px solid LightBlue;
    border-radius: 10px 10px 10px 10px;
    margin: 7px;
    padding: 18px;

    /*background: -moz-linear-gradient(center bottom, LightBlue, Azure ); /* Firefox用 */
    /*background: -webkit-gradient(linear,left bottom, left top, from(LightBlue), to(Azure));*/

    -webkit-box-shadow: 1px 2px 4px #000000;
    -moz-box-shadow: 1px 2px 4px #000000;
    box-shadow: 1px 2px 4px #000000;

    text-align: center;
}

.recruit_box {
    background-color: GhostWhite;
    border: 2px solid Lavender;
    border-radius: 10px 10px 10px 10px;
    float: left;
    margin: 7px;
    padding: 18px;
    width: 850px;
}

#sub_content_main {
	/*padding: 30px;*/
	font-size: 15px;
    line-height: 24px;
    color: #666666;
}

/* ------------------------------------------ */
/* =clearfix
--------------------------------------------- */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.liketext {
    border: 10px solid black;
    color: #666666;
}

div.right_fixed {
    border-left: 5px ridge white;
    color: #F5F5F5;
    padding: 5px;
    position: fixed;
    right: 0;
    top: 10px;
    border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
    border: 2px OldLace solid;
    background-color: black;

    -webkit-box-shadow: 1px 2px 4px #000000;
    -moz-box-shadow: 1px 2px 4px #000000;
    box-shadow: 1px 2px 4px #000000;
}

div.right_fixed a {
    color: #F5F5F5;
    text-decoration: none;
}

div.right_fixed a:hover {
    color: #F5F5F5;
    text-decoration: underline;
}